Everything posted by davidjmorin
-
[Support] d8sychain - Elasticsearch
Also the same issue.
-
[Support] selfhosters.net's Template Repository
How do I change the theme to the privatebin template?
-
Disable remote access via ssh terminal?
I need to disable the remote access to the tower. I use the community plugin and enabled the remote access. After doing that all I get is DNS probe error. I am now unable to access the webgui. I also cannot access via direct IP. It forwards to the unraid.net URL. I need this disabled. How do I do this?
-
Issue with Wireguard
This did not work for me. I am not sure where to look for this issue. One works the other does not,. Makes no sense.
-
Issue with Wireguard
I am trying to setup a new peer in my wireguard setup. I have my phone that is working just fine. When I add another peer it refuses to connect. Ping does not work. The setup is identical. What am I missing? It also says peer update required when I apply changes.
-
[Support] selfhosters.net's Template Repository
You ever get this working? I have the same issue
-
[Support] diamkil - Notea
I ran this container and get a 500 error right outta the gate. Any suggestions?
-
[Support] IBRACORP - All images and files
I am having an issue with this image. I am able to get it up and running but the issue is that when i visit home.myurl.com it redirects me to login page but once I login it does not redirect me back to the app. The page that it shows is the authenticated page. location /authelia { internal; set $upstream_authelia http://192.168.1.17:9094/api/verify; proxy_pass_request_body off; proxy_pass $upstream_authelia; proxy_set_header Content-Length ""; # Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; client_body_buffer_size 128k; proxy_set_header Host $host; proxy_set_header X-Original-URL $scheme://$http_host$request_uri; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Uri $request_uri; proxy_set_header X-Forwarded-Ssl on; proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 4 32k; send_timeout 5m; proxy_read_timeout 240; proxy_send_timeout 240; proxy_connect_timeout 240; } location / { set $upstream_heimdall $forward_scheme://$server:$port; proxy_pass $upstream_heimdall; auth_request /authelia; auth_request_set $target_url https://$http_host$request_uri; auth_request_set $user $upstream_http_remote_user; auth_request_set $groups $upstream_http_remote_groups; proxy_set_header Remote-User $user; proxy_set_header Remote-Groups $groups; error_page 401 =302 https://identity.MYSITE.COM/?rd=$target_url; client_body_buffer_size 128k; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; send_timeout 5m; proxy_read_timeout 360; proxy_send_timeout 360; proxy_connect_timeout 360; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade; proxy_set_header Accept-Encoding gzip; 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 $http_host; proxy_set_header X-Forwarded-Uri $request_uri; proxy_set_header X-Forwarded-Ssl on; proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 64 256k; set_real_ip_from 192.168.1.1/16; real_ip_header X-Forwarded-For; real_ip_recursive on; } Log time="2021-02-17T10:36:23-05:00" level=debug msg="Mark authentication attempt made by user authelia" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Credentials validation of user authelia is ok" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Required level for the URL https://home.MYSITE.zone/ is 1" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Redirection URL https://home.thecache.zone/ is safe" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Mark authentication attempt made by user authelia" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Credentials validation of user authelia is ok" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Required level for the URL https://home.MYSTIE.zone/ is 1" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:23-05:00" level=debug msg="Redirection URL https://home.MYSITE.zone/ is safe" method=POST path=/api/firstfactor remote_ip=71.184.125.234 time="2021-02-17T10:36:25-05:00" level=error msg="Scheme of target URL http://home.MYSITE.zone/ must be secure since cookies are only transported over a secure connection for security reasons" method=GET path=/api/verify remote_ip=162.158.62.48 stack="github.com/authelia/authelia/internal/handlers/handler_verify.go:411 VerifyGet.func1\ngithub.com/authelia/authelia/internal/middlewares/authelia_context.go:49 AutheliaMiddleware.func1.1\ngithub.com/fasthttp/[email protected]/router.go:414 (*Router).Handler\ngithub.com/authelia/authelia/internal/middlewares/log_request.go:14 LogRequestMiddleware.func1\ngithub.com/valyala/[email protected]/server.go:2166 (*Server).serveConn\ngithub.com/valyala/[email protected]/workerpool.go:223 (*workerPool).workerFunc\ngithub.com/valyala/[email protected]/workerpool.go:195 (*workerPool).getCh.func1\nruntime/asm_amd64.s:1374 I can see that its saying something about the Scheme but i am using an https url. Any thoughts? time="2021-02-17T11:25:22-05:00" level=error msg="Scheme of target URL http://home.MYWEBSITE.COM/ must be secure since cookies are only transported over a secure connection for security reasons" method=GET path=/api/verify remote_ip=162.158.62.48 stack="github.com/authelia/authelia/internal/handlers/handler_verify.go:411 VerifyGet.func1\ngithub.com/authelia/authelia/internal/middlewares/authelia_context.go:49 AutheliaMiddleware.func1.1\ngithub.com/fasthttp/[email protected]/router.go:414 (*Router).Handler\ngithub.com/authelia/authelia/internal/middlewares/log_request.go:14 LogRequestMiddleware.func1\ngithub.com/valyala/[email protected]/server.go:2166 (*Server).serveConn\ngithub.com/valyala/[email protected]/workerpool.go:223 (*workerPool).workerFunc\ngithub.com/valyala/[email protected]/workerpool.go:195 (*workerPool).getCh.func1\nruntime/asm_amd64.s:1374 goexit" time="2021-02-17T11:26:24-05:00" level=error msg="Scheme of target URL http://ftp.MYWEBSITE.COM/ must be secure since cookies are only transported over a secure connection for security reasons" method=GET path=/api/verify remote_ip=173.245.52.158 stack="github.com/authelia/authelia/internal/handlers/handler_verify.go:411 VerifyGet.func1\ngithub.com/authelia/authelia/internal/middlewares/authelia_context.go:49 AutheliaMiddleware.func1.1\ngithub.com/fasthttp/[email protected]/router.go:414 (*Router).Handler\ngithub.com/authelia/authelia/internal/middlewares/log_request.go:14 LogRequestMiddleware.func1\ngithub.com/valyala/[email protected]/server.go:2166 (*Server).serveConn\ngithub.com/valyala/[email protected]/workerpool.go:223 (*workerPool).workerFunc\ngithub.com/valyala/[email protected]/workerpool.go:195 (*workerPool).getCh.func1\nruntime/asm_amd64.s:1374
-
[Support] A75G Repo
Hello sir. I see you setup your own turn server. How did you get this working for outside video/audio calls? Did you do anything on your router? Im kinda lost here. Works great in-network.
-
[Support] A75G Repo
In your homeserver.yaml file Find the line for the database and change it to /data/homeserver.db
-
[Support] A75G Repo
ive read every page of this post. I cannot get the Matrix server up and running for the life of me. Has anyone successfully got this to work? If so do you mind sharing your steps? -=> start turn -=> start matrix Cannot create pid file: /var/run/turnserver.pid: Permission denied socket: Protocol not supported socket: Protocol not supported 0: log file opened: /var/tmp/turn_8_2021-01-28.log 0: RFC 3489/5389/5766/5780/6062/6156 STUN/TURN Server Version Coturn-4.5.1.1 'dan Eider' 0: Max number of open files/sockets allowed for this process: 40960 0: Due to the open files/sockets limitation, max supported number of TURN Sessions possible is: 20000 (approximately) 0: ==== Show him the instruments, Practical Frost: ==== 0: TLS supported 0: DTLS supported 0: DTLS 1.2 supported 0: TURN/STUN ALPN supported 0: Third-party authorization (oAuth) supported 0: GCM (AEAD) supported 0: OpenSSL compile-time version: OpenSSL 1.1.1d 10 Sep 2019 (0x1010104f) 0: 0: SQLite supported, default database location is /var/lib/turn/turndb 0: Redis supported 0: PostgreSQL supported 0: MySQL supported 0: MongoDB is not supported 0: 0: Default Net Engine version: 3 (UDP thread per CPU core) ===================================================== 0: Domain name: 0: Default realm: turn.matrix 0: CONFIGURATION ALERT: You specified --lt-cred-mech and --use-auth-secret in the same time. Be aware that you could not mix the username/password and the shared secret based auth methohds. Shared secret overrides username/password based auth method. Check your configuration! 0: ERROR: CONFIG ERROR: Empty cli-password, and so telnet cli interface is disabled! Please set a non empty cli-password! 0: WARNING: cannot find certificate file: /data/matrix.tls.crt (1) 0: WARNING: cannot start TLS and DTLS listeners because certificate file is not set properly 0: WARNING: cannot find private key file: /data/matrix.tls.key (1) 0: WARNING: cannot start TLS and DTLS listeners because private key file is not set properly 0: WARNING: cannot find DH key file: /data/matrix.tls.dh (1) 0: NO EXPLICIT LISTENER ADDRESS(ES) ARE CONFIGURED 0: ===========Discovering listener addresses: ========= 0: Listener address to use: 127.0.0.1 0: Listener address to use: 172.17.0.28 0: ===================================================== 0: Total: 1 'real' addresses discovered 0: ===================================================== socket: Protocol not supported 0: NO EXPLICIT RELAY ADDRESS(ES) ARE CONFIGURED 0: ===========Discovering relay addresses: ============= 0: Relay address to use: 172.17.0.28 0: ===================================================== 0: Total: 1 relay addresses discovered 0: ===================================================== 0: Cannot create pid file: /var/run/turnserver.pid 0: pid file created: /var/tmp/turnserver.pid 0: IO method (main listener thread): epoll (with changelist) 0: Wait for relay ports initialization... 0: relay 172.17.0.28 initialization... 0: relay 172.17.0.28 initialization done 0: Relay ports initialization done 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=0 created 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=2 created 0: turn server id=1 created 0: turn server id=3 created 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=4 created 0: turn server id=6 created 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=5 created 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=8 created 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=10 created 0: turn server id=9 created 0: turn server id=7 created 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=11 created 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=15 created 0: turn server id=12 created 0: IO method (general relay thread): epoll (with changelist) 0: turn server id=14 created socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported Update: forget it. Ill stick to rocket chat. No need for it to be this difficult.
-
[Support] Linuxserver.io - Pydio-Cells
I have yet to get this started. Getting stuck on this screen. Also the below page never reloads. Stays stuck at that setup I have let this run for about 20 min with no results. Anyone have a suggestion?