-
[Support] Linuxserver.io - Nextcloud
I guess I don't understand. I'm sorry. I currently have setup port forwarding on my router for swag For Port 80 is going to port 180 For Port 443 is going to port 1443 So where exactly do I need to point this ip address too? Are you saying I need to change the information in the config log that shows :444 to 1443? I'm confused.
-
[Support] Linuxserver.io - Nextcloud
Should the internal ip be different for the swag container? Right now its the same ip as the unraid server.
-
[Support] Linuxserver.io - Nextcloud
Alright, I got everything setup. I'm having an issue with the SSL. I did get the SSL Created for nextcloud.lfcompanies.com. Here is the log: Using Let's Encrypt as the cert provider SUBDOMAINS entered, processing SUBDOMAINS entered, processing Only subdomains, no URL in cert Sub-domains processed are: -d nextcloud.lfcompanies.com E-mail address entered: *********** http validation is selected Certificate exists; parameters unchanged; starting nginx Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please retrieve a free license key from MaxMind, and add a new env variable "MAXMINDDB_LICENSE_KEY", set to your license key. [cont-init.d] 50-config: exited 0. [cont-init.d] 60-renew: executing... The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). [cont-init.d] 60-renew: exited 0. [cont-init.d] 70-templates: executing... [cont-init.d] 70-templates: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Server ready I made the changes to the config file for nextcloud <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocua0ryazzvz', 'passwordsalt' => '***********', 'secret' => '***********', 'trusted_domains' => array ( 0 => '192.168.50.100:444', 1 => 'nextcloud.lfcompanies.com', ), 'dbtype' => 'pgsql', 'version' => '22.1.0.1', 'overwrite.cli.url' => 'https://nextcloud.lfcompanies.com/', 'trusted_proxies' => ['swag'], 'overwritehost' => 'nextcloud.lfcompanies.com', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '192.168.50.100:5432', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_admin', 'dbpassword' => '**********', 'installed' => true, 'default_phone_region' => 'US', I cant seem to access the site using https://nextcloud.lfcompanies.com, however I can access the site https://nextcloud.lfcompanies:444, the cert doesn't show its working. Any ideas?
-
[Support] Linuxserver.io - Nextcloud
I have taken sometime to read thru support articles regarding my errors. I'm still a bit unsure how to correct some of these. I'm also unable to install letscrypt on the the unraid server. I can't find it in the search. 😞 The video posted was no help to the issues that i'm having.
-
[Support] Linuxserver.io - Nextcloud
Good Morning, I have gotten the server up. I have some issues here. I have been reading up on how to fixes these errors, however I'm pretty confused. The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗. Your web server is not properly set up to resolve "/.well-known/webfinger". Further information can be found in the documentation ↗. Your web server is not properly set up to resolve "/.well-known/nodeinfo". Further information can be found in the documentation ↗. Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation ↗. Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation ↗. Could you provided me with a bit of help?
-
[Support] Linuxserver.io - Nextcloud
I have done that and now I have another error, man I really do appreciate the help honestly, I have been at this all day. Error Your data directory is invalid Ensure there is a file called ".ocdata" in the root of the data directory. ?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocrah98egw5l', 'passwordsalt' => '7UZbCx8+V+olZgrtV+PY3/NXdexADD', 'secret' => 'DHbXJPglcwbiQCIw7Hsll0UZ+1t7P5+ApN4toOIOrw5tahLq', 'trusted_domains' => array ( 0 => '192.168.50.100:444', ), 'dbtype' => 'pgsql', 'version' => '22.1.0.1', 'overwrite.cli.url' => 'https://192.168.50.100:444', 'dbname' => 'postgres', 'dbhost' => '192.168.50.100:5432', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_admin', 'dbpassword' => 'jpjeaiso00wg11woi0rgtmoez3y3x7', 'installed' => true,
-
[Support] Linuxserver.io - Nextcloud
Alright, Here is my new error: Your data directory must be an absolute path Check the value of "datadirectory" in your configuration I have tried every combination in the config file. /mnt/user/nextcloud/ /mnt/user/appdata/nextcloud Can anyone provide me with the right default path?
-
[Support] Linuxserver.io - Nextcloud
Alright, Here is my new error: Your data directory must be an absolute path Check the value of "datadirectory" in your configuration
-
[Support] Linuxserver.io - Nextcloud
Is there instruction on how to setup this up using postgres?
-
[Support] Linuxserver.io - Nextcloud
Still no go.
-
[Support] Linuxserver.io - Nextcloud
-
[Support] Linuxserver.io - Nextcloud
-
[Support] Linuxserver.io - Nextcloud
I'm not sure what to do now. I have tried done everything in this video correct. Login to your MariaDB: mysql -u root -p Create user: CREATE USER ‘nextcloud’ IDENTIFIED BY 'lfco2659'; CREATE DATABASE IF NOT EXISTS nextcloud; GRANT ALL PRIVILEGES ON nextcloud.* to ‘nextcloud’ IDENTIFIED BY 'lfco2659'; quit Any ideas?
-
[Support] Linuxserver.io - Nextcloud
Thank you. I will run thru this video again and see if it works. I'll keep you updated.
-
[Support] Linuxserver.io - Nextcloud
Alright, I have entered the correct username and password for the db. Here is the error message I'm getting.
LFCO
Members
-
Joined
-
Last visited