Permissions on dockerized instance

May I know the correct permissions of data folder on dockerized instance?

I recieve 404 error on HLS files that I have on my storage but I sent them from another server and I have the permissions broken.

My instance works but its shows on browser console:

HLS.js error: networkError - fatal: true - manifestLoadError

And this within Docker:

django.db.utils.OperationalError: no such column: core_snapshot.added
"GET /public/ HTTP/1.0" 500 145
Internal Server Error: /public/
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/django/db/backends/sqlite3/base.py", line 413, in execute
    return Database.Cursor.execute(self, query, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: no such column: core_snapshot.added
  • The files that browser can’t reach are on streaming-playlists/hls/*.m3u8.

  • I tried chown 999:999 to the files + dirs (same docker image user/group IDs) without success.

Please mods, move me if you understand it’s better to post a new thread with this issue.

I can add that I’m having issues with API too and I foud it when trying to update or uninstall a plugin (annotation).

So my overall issue eis probably related to my bad Nginx configuration template.

May I ask for an updated and working one? :slight_smile:

Backend returned code 500, errorMessage is: Server error. Please retry later. 
HLS.js error: networkError - fatal: true - manifestLoadError