Everything posted by jafi
-
[Plug-In] Community Applications
Is your "default font size" and "minimum font size" same in your browser settings? I have same problem if the values are same. But for example default 16 and minimum 14 and everything works fine. Only tried with Vivaldi.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I tried to search, but no luck. Is it possible to use SWAG with custom ssl sertificate via cloudflare?
-
[Support] Nginx Proxy Manager (NPM) Official
Damn I'm stupid. There is advanced-tab. Trying with that.
-
[Support] Nginx Proxy Manager (NPM) Official
/mnt/user/appdata/nginxproxymanager/data/nginx/proxy_host/1.conf Sorry, did not find any way to configure the issue via GUI.
-
[Support] Nginx Proxy Manager (NPM) Official
Sorry if the problem is not with NPN. I have problem with nextcloud & NPN. I get this warning with nextcloud: My config file for nextcloud for NPN: server { set $forward_scheme https; set $server "192.168.1.10"; set $port 2443; listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; server_name cloud.myserver.com; ssl_certificate /data/custom_ssl/npm-1/fullchain.pem; ssl_certificate_key /data/custom_ssl/npm-1/privkey.pem; include conf.d/include/assets.conf; include conf.d/include/block-exploits.conf; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; include conf.d/include/force-ssl.conf; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; access_log /data/logs/proxy-host-1_access.log proxy; error_log /data/logs/proxy-host-1_error.log warn; location / { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; include conf.d/include/proxy.conf; } include /data/nginx/custom/server_proxy[.]conf; } But this does not work.
-
[Support] Linuxserver.io - Nextcloud
Eventually I figured the problem: mariadb docker is disappeared. Sorry for the spam.
-
[Support] Linuxserver.io - Nextcloud
After update I got this: Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. I have no idea how to hunt the problem.
-
[Support] xthursdayx - Ferdi-server [archived]
Can anybody modify this so it will work with swag? I can't (too stupid).
-
Zoom Sucks: Riot Chat + Jitsi Video Conference Setup
Thank You! It works! Synapse is running Your Synapse server is listening on this port and is ready for messages. This is so great, thank you everybody! I also changed the secret keys, I always randomize those anyway (with new config).
-
Zoom Sucks: Riot Chat + Jitsi Video Conference Setup
Thank you for everybody how has contributed to this topic. I tried to run matrix again, but still no luck. Different problem now, I think. When I try to access bridge.mydomain.xyz via browser I get 502 Bad Gateway. homeserver.yaml server_name: "bridge.mydomain.xyz" pid_file: /data/homeserver.pid public_baseurl: https://bride.mydomain.xyz/ listeners: - port: 8008 tls: false type: http x_forwarded: true bind_addresses: [0.0.0.0'] resources: - names: [client, federation] - port: 8448 tls: false type: http x_forwarded: true bind_addresses: [0.0.0.0'] resources: - names: [federation] acme: enabled: false port: 80 bind_addresses: ['::', '0.0.0.0'] reprovision_threshold: 30 domain: matrix.example.com account_key_file: /acme_account.key federation_ip_range_blacklist: - '127.0.0.0/8' - '10.0.0.0/8' - '172.16.0.0/12' - '192.168.0.0/16' - '100.64.0.0/10' - '169.254.0.0/16' - '::1/128' - 'fe80::/64' - 'fc00::/7' database: name: sqlite3 args: database: /homeserver.db log_config: "/data/bridge.mydomain.xyz.log.config" media_store_path: "/data/media_store" turn_uris: ["turn:bridge.mydomain.xyz:3478?transport=udp"] turn_shared_secret: "bxyqLDiD93kZccROaD2pVco9EZ4koXeGLA3Y5fmsnEkgfkfgkdkGQDi7htHCM09hb" enable_registration: true registration_shared_secret: "^tr_zkDzgRJbq:6UBHT96299FFfggcQy=w#aVSaPxfRDSWWYjfO" report_stats: false macaroon_secret_key: "bwi1DrzMUhhnvv2Dko=C6P0;Z_OzKHQ02Qj3ucdf+DTVl_NyWf" form_secret: "NM4*=~34rXRHaLKAzpEYiv^vZMkGUXeL-6poH.SR5^Bg4yN6+s" signing_key_path: "/data/bridge.mydomain.xyz.signing.key" trusted_key_servers: - server_name: "matrix.org" suppress_key_server_warning: true saml2_config: user_mapping_provider: config: localpart_template: "{{ user.preferred_username }}"
-
Zoom Sucks: Riot Chat + Jitsi Video Conference Setup
I tried this guide today, but cannot get the matrix server to work. Same error here.