kyaustad

Members
  • Posts

    9
  • Joined

  • Last visited

kyaustad's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Also My github Desktop client seems to timeout when pushing to origin. Is there some configs I need to make to get NGINX or GitLab working better?
  2. Alright Homies, I have searched the thread and CAN NOT find an answer that works. PLZ help me. I am trying to get the container to register my custom external URL (https://git.example.com) I edit the extra variable --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080'" and change it to 'https://git.example.com'" That doesnt work. I use the SWAG container and the included NGINX as my reverse proxy. I have it going through Cloudflare. I have a CNAME record created on cloudflare. When it is set to the unraid address I can access it through my custom git.example.com url but then all the references and git commands in GitLab show Unraid:9080 vs my url so that is why I want to fix it. The proxy.conf is setup to forward the containers http 9080 address and redirect to HTTPS I have tried looking at the gitlab.rb file but everything is commented out so i am not sure what I would even edit, or if it would have an effect anyway I also ran gitlab-ctl reconfigure after changing the address both times. Please help me, I have no clue why it isn't working and why the entire gitlab.rb file is commented out.
  3. Yeah I did. That screenshot is the router config actually and then I have it set to static IP with the same address in Unraid's settings
  4. Thanks for the reply. I changed my servers IP address to something within my routers reservation range and updated all services and whatnot to the correct address. We will see if that fixes it. I am hoping so. Thanks for the tip!
  5. Hi all, Over the last few days my server has had some serious issues. It started when I noticed my plugins and docker containers kept showing "not available" when checking for updates. I have the docker patch installed. I thought it was an issue with my adguard home so I stopped using it currently and have my router using google's DNS. Fix Common Problems then told me unraid couldnt reach github and when pinged it had 100 percent packet loss. I changed Unraid's IPv4 DNS 1 and 2 to google's DNS and the gateway is my router. This seemed to fix it but it was only temporary as the issue keeps cropping up. When this issue happens I can still access shares over the network and the web gui but none of my docker containers really work as expected. Plex kinda works but starts using insecure connections, and all my websites and reverse proxied services stop working and are unreachable. Any tips? Any help would be greatly appreciated. yeetus-diagnostics-20230330-0214.zip
  6. Does anyone know how to install mods to the openmw-tes3mp docker? I can't figure out how to point the server to a data directory containing all my openmw mods? Thanks
  7. I am no expert but have you setup app passwords under the section in settings where you enable 2fa totp?
  8. Hi Everyone, I am hoping to find some help here. I have recently just started using unraid and am pretty new to all this so have been relying heavily on online resources and am hoping the community can help. I have setup Ombi and Nextcloud through reverse proxy and cloudflare ddns. Using swag. Ombi is working fine. On a fresh install of NC it works fine for probably 20 minutes or so and I can get in and start customizing and setting up the NC. Now after a certain amount of time, time seems to be the only trigger, NC just stops working. I tried uninstalling and resetting up NC after DROPPING the databases in mariadb. here is the error I am currently getting: I can't seem to get anything to get it working again. Here is a copy of the php and nginx error logs in the Nextcloud appdata. Also no errors in the docker logs for any used containers. nginx 2021/10/25 14:14:42 [error] 441#441: *3 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.0.31, server: _, request: "POST /settings/apps/enable HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.0.103:444" php - nothing really looks abnormal here [25-Oct-2021 15:50:36] NOTICE: fpm is running, pid 395 [25-Oct-2021 15:50:36] NOTICE: ready to handle connections Here is my docker configs Nextcloud Here is my /nextcloud/www/config/config.php with obvious personal data removed <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocmgltviw73g', 'passwordsalt' => 'IDO I need To Censor This?', 'secret' => 'DO I need To Censor This?', 'trusted_domains' => array ( 0 => '192.168.0.103:444', 1 => 'cloud.mydomain.com', ), 'dbtype' => 'mysql', 'version' => '22.2.0.2', 'overwrite.cli.url' => 'https://cloud.mydomain.com', 'overwritehost' => 'cloudmydomain.com', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '192.168.0.103:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'MYDBUSER', 'dbpassword' => 'MYDBPASS', 'installed' => true, 'trusted_proxies' => 'swag', 'has_rebuilt_cache' => true, 'mail_from_address' => 'NONYA', 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'gmail.com', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => 1, 'mail_smtphost' => 'smtp.gmail.com', 'mail_smtpsecure' => 'ssl', 'mail_smtpport' => '465', 'mail_smtpname' => '[email protected]', 'mail_smtppassword' => 'NONYA', ); I don't know what else would be helpful. I followed spaceinvader ones older video for letsencrypt to setup the SWAG proxy subdomain config and checked it against the linuxserver wiki for the docker as well. Please help me... please I am begging.... dear god help me.... thanks all in advance! EDIT: On restarting the docker containers I also found this line in the SWAG containers nginx error logs 2021/10/25 16:38:03 [error] 513#513: *124 nextcloud could not be resolved (3: Host not found), client: 172.70.98.169, server: cloud.*, request: "GET / HTTP/2.0", host: "cloud.MYDOMAIN.com" 2021/10/25 16:38:03 [error] 513#513: *124 nextcloud could not be resolved (3: Host not found), client: 172.70.98.169, server: cloud.*, request: "GET / HTTP/2.0", host: "cloud.MYDOMAIN.com" 2021/10/25 16:38:03 [error] 513#513: *125 nextcloud could not be resolved (3: Host not found), client: 172.70.98.123, server: cloud.*, request: "GET /favicon.ico HTTP/2.0", host: "cloud.MYDOMAIN.com", referrer: "https://cloud.MYDOMAIN.com/" 2021/10/25 16:38:03 [error] 513#513: *125 nextcloud could not be resolved (3: Host not found), client: 172.70.98.123, server: cloud.*, request: "GET /favicon.ico HTTP/2.0", host: "cloud.MYDOMAIN.com", referrer: "https://cloud.MYDOMAIN.com/"