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.

syko91

Members
  • Joined

  • Last visited

Everything posted by syko91

  1. could XMP make server crash
  2. the cpu and mb is used from ebay the ram is brand new but ill test the ram
  3. don't think its the cpu
  4. no can't take my server down long enough to try im running a rust server with pop
  5. so cpu? mb? ram? ram is brand new
  6. could this be from a bad sata card
  7. updated 6.11.5 tweaknas-diagnostics-20230216-0911.ziptweaknas-syslog-20230216-1412.zip syslog-192.168.1.65.log
  8. no overclock just intel turbo boost and XMP
  9. already setup syslog-192.168.1.65.log
  10. tweaknas-diagnostics-20230216-0822.zip
  11. i9 9900k 64gb ddr4 corsair ram gigabyte z390 aorus elite gtx 960 i think this sata card is making it crash https://www.amazon.com/dp/B083WF95Q1?psc=1&ref=ppx_yo2ov_dt_b_product_details was getting this error yesterday "ata10.00: hard resetting link unraid" tho its fine all day but when i go to sleep watching plex and wake up the system won't respond cant even log into gui tweaknas-diagnostics-20230216-0822.zip
  12. tweaknas-syslog-20230216-1312.zip
  13. Make sure you delete generate from Post Arguments or it won't work.
  14. homeserver.yaml Try this forget the coturn for now. Anywhere you see "URL" add your own anywhere you see "KEY" add your key from the default catered homeserver.yaml Test federation After that step than you can try turn. I'll give you my full homeserver.yaml tonight
  15. Cloudflare & Nginx proxy manager Step one https://www.cloudflare.com/ Create a A name record pointing at your external IP DNS only. Create an SRV record _matrix targeted at your subdomain Create a C name for coturn turn.yoururl DNS only Nginx proxy manager custom location Tap add 3 Matrix-Synapse Step two Matrix-Synapse docker by matrixdotorg. Delete all ports except Client Port 8008 add Server Name: matrix.yoururl ADVANCED VIEW Post Arguments: add generate install the docker homeserver.yaml edit Step three # Configuration file for Synapse. # # This is a YAML file: see [1] for a quick introduction. Note in particular # that *indentation is important*: all the elements of a list or dictionary # should have the same indentation. # # [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html # # For more information on how to configure Synapse, including a complete accounting of # each option, go to docs/usage/configuration/config_documentation.md or # https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html server_name: "matrix.yoururl" pid_file: /data/homeserver.pid public_baseurl: https://matrix.yoururl #web_client_location: https://matrix.yoururl listeners: - port: 8008 tls: false type: http x_forwarded: true bind_addresses: ['0.0.0.0'] resources: - names: [client, federation] compress: false database: name: sqlite3 args: database: /data/homeserver.db log_config: "/data/matrix.yoururl.log.config" media_store_path: /data/media_store registration_shared_secret: "" report_stats: false macaroon_secret_key: "" form_secret: "" signing_key_path: "/data/matrix.yoururl.signing.key" trusted_key_servers: - server_name: "matrix.org" # Enable registration for new users. enable_registration: true enable_registration_without_verification: true registration_shared_secret: trusted_third_party_id_servers: - matrix.org - vector.im - riot.im - matrix.yoururl allow_public_rooms_over_federation: true allow_public_rooms_without_auth: false enable_search: true push: include_content: true group_unread_count_by_room: true ## TURN ## # The public URIs of the TURN server to give to clients turn_uris: ["turn:your turn url:3478?transport=udp"] # The shared secret used to compute passwords for the TURN server turn_username: user turn_password: pass # vim:ft=yaml change all matrix.yoururl to your url registration_shared_secret use key created on install homeserver.yaml macaroon_secret_key use key created on install homeserver.yaml form_secret use key created on install homeserver.yaml coturn Step four change Network Type: too br0 use a open server IP Delete all ports install coturn turnserver.conf listening-port=3478 tls-listening-port=5349 listening-ip=0.0.0.0 external-ip=Br0 server IP min-port=49152 max-port=65535 verbose fingerprint lt-cred-mech user=user:pass total-quota=100 stale-nonce=600 realm=turn.yoururl server-name=turn.yoururl #cert=/ssl/fullchain.pem #pkey=/ssl/privkey.pem #cipher-list="ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384" syslog pidfile="/var/run/turnserver.pid" #no-tls #no-udp #no-tcp #no-cli #no-tlsv1 #no-tlsv1_1 #no-tlsv1_2 cli-password=passs change turn.yoururl to your coturn url change user=user:pass add the same user:pass created to homeserver.yaml change cli password port forwarding 49152- 65535 UDP !!!!!!!DONT FORGET!!!!!!!! !!!!before starting matrix docker remove generate from Post Arguments!!!! you should now be up and running check https://federationtester.matrix.org/ full homeserver.yaml https://matrix-org.github.io/synapse/v1.37/usage/configuration/homeserver_sample_config.html adding POSTGRES DB, and ELEMENT Web LDAP USERS password_providers: - module: "ldap_auth_provider.LdapAuthProvider" config: enabled: true mode: "search" uri: "ldap://domain:389" start_tls: false base: "OU=home,DC=example,dc=com" attributes: uid: "saMAccountName" mail: "mail" name: "givenName" bind_dn: "cn=ldap,cn=Users,dc=example,dc=com" bind_password: "password" #filter: "(objectClass=posixAccount)" When you get up and running come say hi https://matrix.to/#/#sykocyberofficial:m.sykocyber.com

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.