Sorry, home directories outside of /home needs configuration

name: server version: ‘1.2’ summary: server open api description: server open api Bash script packaged as a snap.

grade: stable confinement: strict

base: core20 # or core20, core, etc. type: app # as this is an application

apps: server: command: server plugs: [network, network-bind, home, removable-media] environment: LANG: C.UTF-8 LC_CTYPE: “C.UTF-8” LC_NUMERIC: “C.UTF-8” LC_TIME: “C.UTF-8” LC_COLLATE: “C.UTF-8” LC_MONETARY: “C.UTF-8” LC_MESSAGES: “C.UTF-8” LC_PAPER: “C.UTF-8” LC_NAME: “C.UTF-8” LC_ADDRESS: “C.UTF-8” LC_TELEPHONE: “C.UTF-8” LC_MEASUREMENT: “C.UTF-8” LC_IDENTIFICATION: “C.UTF-8” parts: server-bash-part: stage-packages: - curl plugin: dump source: .

What went wrong that it isn’t working?