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.

mpalpha

Members
  • Joined

  • Last visited

  1. I transcode to my ram "/tmp/" in emby and sometimes it's not purged and fills up the ram. my solution was to shutdown the server safely via ssh "shutdown -t 5 now" and start it back up. then install the userscripts plugin and create a new script set to run every hour. set the values for "transcode_dump_path" and "purge_max_minutes" if you run the script you should see a directory listing of your specified path. #!/bin/bash # set folder path transcode_dump_path="/tmp/emby/transcoding-temp/" # set min age of files and folders to delete purge_max_minutes=240 ls -ltr $transcode_dump_path find $transcode_dump_path* -mmin +$purge_max_minutes -delete > /dev/null Good Luck.
  2. <?xml version="1.0"?> <Container version="2"> <Name>myst</Name> <Repository>mysteriumnetwork/myst</Repository> <Registry>https://hub.docker.com/r/mysteriumnetwork/myst/</Registry> <Network>host</Network> <MyIP/> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://hub.docker.com/r/mysteriumnetwork/myst/</Support> <Project/> <Overview>Server and Client for decentralised VPN built on blockchain Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Overview> <Category>Network:VPN</Category> <WebUI>http://[IP]:[PORT:4449]</WebUI> <TemplateURL/> <Icon>https://avatars2.githubusercontent.com/u/23056638?s=200&amp;amp;amp;amp;v=4</Icon> <ExtraParams>--cap-add NET_ADMIN -p 4449:4449 -p 1194:1194/udp</ExtraParams> <PostArgs>service --agreed-terms-and-conditions --openvpn.port=1194</PostArgs> <CPUset/> <DateInstalled>1619372037</DateInstalled> <DonateText/> <DonateLink/> <Description>Server and Client for decentralised VPN built on blockchain Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Description> <Networking> <Mode>host</Mode> <Publish/> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/myst/</HostDir> <ContainerDir>/var/lib/mysterium-node</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment/> <Labels/> <Config Name="Config" Target="/var/lib/mysterium-node" Default="" Mode="rw" Description="Container Path: /var/lib/mysterium-node" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/myst/</Config> </Container>
  3. I got it working by pulling in the docker container from apps by searching for "myst" Then in the config: Name: myst Repository: mysteriumnetwork/myst Docker Hub URL: https://hub.docker.com/r/mysteriumnetwork/myst/ Icon URL: https://avatars2.githubusercontent.com/u/23056638?s=200&amp;amp;v=4 WebUI: http://[IP]:[PORT:4449] Extra Parameters: --cap-add NET_ADMIN -p 4449:4449 -p 1194:1194/udp Post Arguments: service --agreed-terms-and-conditions --openvpn.port=1194 Network Type: host Console shell command: shell Privileged: off Config: /mnt/user/appdata/myst/ (Container Path: /var/lib/mysterium-node) Then in router forward both udp/tcp for ports 1194 and 4449 to your server ip address. You could likely then submit it to the unraid repo: Stop the server, then go into unraid docker settings and enable dev mode and pull the generated xml, then throw it on github, and contact the package repo admin with the details.

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.