Hello! So i am diving into docker and i am using the linuxserver image. I have followed the yml file and edited it to what i want. Issue is i can not get to the webUI. I have no idea why and the log file isn’t helpful. Can anyone tell me what maybe going on?
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 2
User GID: 4
───────────────────────────────────────
using keys found in /config/keys
Initializing nextcloud 28.0.1.1 (this can take a while) ...
Setting permissions
New nextcloud instance
Please run the web-based installer on first connect!
Initializing finished
After completing the web-based installer, restart the Nextcloud container to apply default memory caching and transactional file locking configurations.
Alternatively, you can apply your own configurations by editing /config/www/nextcloud/config/config.php following the documentation:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html
https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/files_locking_transactional.html
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Exception: Not installed in /app/www/public/lib/base.php:283
Stack trace:
#0 /app/www/public/lib/base.php(709): OC::checkInstalled()
#1 /app/www/public/lib/base.php(1200): OC::init()
#2 /app/www/public/cron.php(43): require_once('...')
#3 {main}
Exception: Not installed in /app/www/public/lib/base.php:283
Stack trace:
#0 /app/www/public/lib/base.php(709): OC::checkInstalled()
#1 /app/www/public/lib/base.php(1200): OC::init()
#2 /app/www/public/cron.php(43): require_once('...')
#3 {main}
Exception: Not installed in /app/www/public/lib/base.php:283
Stack trace:
#0 /app/www/public/lib/base.php(709): OC::checkInstalled()
#1 /app/www/public/lib/base.php(1200): OC::init()
#2 /app/www/public/cron.php(43): require_once('...')
#3 {main}
The last 4-5 lines just keep repeating themselves. Am i missing something?
Having never used a terramaster nas, I can only guess that your PUID/PGID is incorrect and those repeating errors usually show when there is an issue with the /config volume. Usually when it’s going through a symlinked path or fuse file system.
Ok, well all I can suggest is trying the new user option, otherwise I would suggest seeking support from a terramaster related forum. I have zero experience with the their platform and no one within the team owns one.
Hello, I am running into this same issue. I have two unraid systems both running Nextcloud One of the systems is working fine, here are the logs from the one that works
Build-date: 2024-11-19T11:51:55+00:00
───────────────────────────────────────
using keys found in /config/keys
Initializing nextcloud 30.0.2.2 (this can take a while) …
Upgrading nextcloud from 30.0.0.14 …
Setting permissions
Setting log level to debug
Turned on maintenance mode
Updating database schema
Updated database
Updating …
Updated to 30.0.0
Starting code integrity check…
Finished code integrity check
Update successful
Turned off maintenance mode
Resetting log level
Initializing finished
[custom-init] No custom files found, skipping…
[ls.io-init] done.
Here they are from the one that can’t reach the webui