nthpyrodev (was greatest2)
nthpyrodev (was greatest2)
Explore posts from servers
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
Oh sorry, thanks. I'm not encountering the issue anymore when using that image...
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
WARN[0000] /home/main/test/docker-compose.yml: version is obsolete [+] Running 1/1 ✘ homarr Error Head "https://ghcr.io/v2/ajnart/credentials-login-stuck/manifests/latest": denied 0.4s Error response from daemon: Head "https://ghcr.io/v2/ajnart/credentials-login-stuck/manifests/latest": denied
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
Ok, I have some other things to attend to first, but I will do that and get all logs etc back to you soon. Thanks
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
Ok, thanks
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
The nextcloud part works fine btw
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
server {
listen 80;
server_name main.local;

location / {
proxy_pass http://127.0.0.1:7575;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

location ^~ /nextcloud/ {
proxy_pass http://127.0.0.1:81/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;

# Chatgpt recommended the rest of the config, still working it out:
sub_filter 'href="/' 'href="/nextcloud/';
sub_filter 'src="/' 'src="/nextcloud/';
sub_filter_once off;

# WebSocket support if needed for Nextcloud
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
server {
listen 80;
server_name main.local;

location / {
proxy_pass http://127.0.0.1:7575;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

location ^~ /nextcloud/ {
proxy_pass http://127.0.0.1:81/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;

# Chatgpt recommended the rest of the config, still working it out:
sub_filter 'href="/' 'href="/nextcloud/';
sub_filter 'src="/' 'src="/nextcloud/';
sub_filter_once off;

# WebSocket support if needed for Nextcloud
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
I'll share my nginx config, one sec
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
yeah
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
:latest, so I assume .6
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
No description
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
No description
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
Wait, I forgot, I have nginx redirecting it, so main.local would actually show main.local:7575
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
No, how would I do that, and what is it for?
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
no, it's on the same local network as my device
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
FYI, I had to go back to 0.15.4 before it worked.
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
Thanks for your help so far, I think I'll try an older version for now, and see if that helps?
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
No, how would that help?
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
I've also tried accessing homarr with guest
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
I'm just updating the post with that! No, I don't use a password manager
47 replies
HHomarr
Created by nthpyrodev (was greatest2) on 10/27/2024 in #💬・get-help
Login gets stuck
47 replies