Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jafi

Members
  • Joined

Everything posted by jafi

  1. 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.
  2. I tried to search, but no luck. Is it possible to use SWAG with custom ssl sertificate via cloudflare?
  3. Damn I'm stupid. There is advanced-tab. Trying with that.
  4. /mnt/user/appdata/nginxproxymanager/data/nginx/proxy_host/1.conf Sorry, did not find any way to configure the issue via GUI.
  5. 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.
  6. Eventually I figured the problem: mariadb docker is disappeared. Sorry for the spam.
  7. 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.
  8. Can anybody modify this so it will work with swag? I can't (too stupid).
  9. 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).
  10. 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 }}"
  11. I tried this guide today, but cannot get the matrix server to work. Same error here.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.