Everything posted by stFfn
-
View Nginx Proxy Manager Access Logs In A Beautiful Dashboard (with goaccess)
No ideas?
-
View Nginx Proxy Manager Access Logs In A Beautiful Dashboard (with goaccess)
it doesnt work either way. i also have these Problems Parsed 1 lines producing the following errors: Token '-' doesn't match specifier '%m' Format Errors - Verify your log/date/time format usermod: no changes Running container as dockeruser in group users (99:100) Variables set: PUID=99 PGID=100 nginx: [alert] could not open error log file: open() "/var/lib/nginx/logs/error.log" failed (13: Permission denied) usermod: no changes Running container as dockeruser in group users (99:100) Variables set: PUID=99 PGID=100 nginx: [alert] could not open error log file: open() "/var/lib/nginx/logs/error.log" failed (13: Permission denied) Parsed 1 lines producing the following errors: Token '-' doesn't match specifier '%m' Format Errors - Verify your log/date/time format
-
View Nginx Proxy Manager Access Logs In A Beautiful Dashboard (with goaccess)
?
-
View Nginx Proxy Manager Access Logs In A Beautiful Dashboard (with goaccess)
Where do i have to put the lines? Or can i put them at the bottem of the goacces.conf file?
-
View Nginx Proxy Manager Access Logs In A Beautiful Dashboard (with goaccess)
hey im kinda new to linux. where and how do i have to us the "nifty" script to change the format?
-
[Plugin] Network Stats
- [Plugin] Network Stats
does noone have an idea how to fix this? ๐- [Support] Data-Monkey - netdata
i had the same issue. after the latest update netdata didnt work. everyone who has the same issue just go back go the version before. netdata/netdata:v1.31.0- [Support] ich777 - Gameserver Dockers
Ok Thx. now the server is reachable- [Support] ich777 - Gameserver Dockers
im not talking about ark i was talking about the forest- [Support] ich777 - Gameserver Dockers
well i still cant see the server on the internet list. i forwarded the port 27015 to my unraid server port 27015 tcp and udp. do i have to do anything else? somthing in the forest cfg file?- [Support] ich777 - Gameserver Dockers
no i mean i disabled all domain stuff for the forest. i didnt disable stuff for my other dockers- [Support] ich777 - Gameserver Dockers
ok i disabled all domain stuff and just portforwarded 27015 to my unraid server. now lets wait and see if it works.- [Support] ich777 - Gameserver Dockers
thanks is there anything special i have to to that my friends can play on this server? do i have to create a dns entry on my domain and use nginx to forward to this docker? or am i thinking to complicated?- [Support] ich777 - Gameserver Dockers
hmm well i didnt change anything and all of a suddon i can connect -.-- [Support] ich777 - Gameserver Dockers
No i have not tryed to disable it. do i have to let the docker keep running? i stoped it because it didnt work and i didnt want the resources to be wasted ^^- [Support] ich777 - Gameserver Dockers
- [Support] ich777 - Gameserver Dockers
i started and stoped the server plenty of times and there is no difference... i cant connect to the server because the version does not match. how can i update the version of the game in the docker? is there a manuel command?- [Support] ich777 - Gameserver Dockers
hey iยดve installed this docker with the forest from the appstore. the setup works without a flaw. but when i try to connect it tells me that the server running a different version. (and the ping is kinda high for local???) the docker is up to date. (yes i know its turned off right now)- [Plugin] Network Stats
6.10 Rc1 and no content as well. and yes i have eth0 selected and the daemon is running.- [Support] Organzir Organizr
- [Support] Organzir Organizr
## Version 2021/05/18 # make sure that your dns has a cname set for organizr server { listen 443 ssl; listen [::]:443 ssl; server_name organizr.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; auth_request /auth-0; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app organizr; set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } # Optional redirect server errors to organizr error pages #error_page 400 402 403 404 405 408 500 502 503 504 $scheme://$host/?error=$status; }- [Support] Organzir Organizr
because i had an issue with a later version of it.. (cant remember what it was) i didnt know there are error logs of nginx ^^ 2021/07/21 23:25:21 [error] 679#679: *1235 auth request unexpected status: 404 while sending to client, client: 162.158.92.159, server: organizr.*, request: "GET /favicon.ico HTTP/1.1", host: "organizr.mydomain.de", referrer: "https://organizr.mydomain.de/" but im not really sure what this means ๐- [Support] Organzir Organizr
ohhhhh. i missunderstood. i thought you meant i am actually using organizer.DOMAIN.com.... and not my own domain organizer is up to date. swag is almost up to date. im staying on that version because i had issues with a later version. and these are all my docker container and i dont think unraid has a nginx installed nativly that interferes with only one docker. do you thing its the swag version that is causing the problem?- [Support] Organzir Organizr
where do you see the domain.com? could you please pinpoint it to me? i see organizr.* in the config. - [Plugin] Network Stats