Unraid
- Navigate to your Unraid WebUI using the IP address or hostname you have previously set up.
- Ensure your array is "started" and healthy under the
Maintab. - Ensure the Docker service is running under the
Settings > Dockertab. TheEnabled Dockeroption should be set to "Yes". - Navigate to the
Appstab and search for "Memtly.Community". - Select the option by "Memtly" and click "Install".
- When prompted select the
latestoption. This will ensure you have the latest and greatest features. - You should then be presented with a template that you can modify with your own settings. I recommen changing the admin password, encryption key and encryption salt here.
- Click the "Show more settings" toggle.
- Here you can change the path you want persistent data to be stored or you can opt for the default locations.
- Click "Apply" to complete the installation.
- You should see some command logs appearing on screen and if all went well a success message at the bottom of the page.
- Note down the value in the line
-p 'X:5000/tcp'. The value represented as X will be your containers web port. - Click "Done" to complete the install.
- At this point you can visit your container by using the servers IP:PORT combination such as "http://192.168.1.10:5000" or you can find the installed app and select
Actions > WebUI. - To view app stats you can navigate to the
Dockertab and find the "Memtly" instance.
note
If you get an error message about conflicting ports or port already in use you may need to modify the port value at step 7 from the default of 5000 to another that is not already in use by another app.