Many thanks @mrmarkuz!
I’ve test this install, everything works expect to save a new configuration in the web admin interface.
The result is an error : “Server error. Please retry later.”
In /var/log/messages, I can see:
Mar 18 18:34:11 ns peertube: [MyDomain.com:443] 2019-03-18 18:34:11.498 #033[31merror#033[39m: Error in controller. {
Mar 18 18:34:11 ns peertube: “meta”: {
Mar 18 18:34:11 ns peertube: “err”: “Error: EROFS: read-only file system, open ‘/etc/peertube/local-production.json’”
Mar 18 18:34:11 ns peertube: },
Mar 18 18:34:11 ns peertube: “err”: “Error: EROFS: read-only file system, open ‘/etc/peertube/local-production.json’”
Mar 18 18:34:11 ns peertube: }
I found this issues on the Peertube github: workaround to fix permission denied to local-production.json
So I did:
touch /etc/peertube/local-production.json
chown peertube:peertube /etc/peertube/local-production.json
But it doesn’t make the job. The result is the same: this file can’t be written.
An idea?