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.

How do I modify files in a docker container NOT from the apps tab?

Featured Replies

Basically I'm trying to set up an Among Us server for my friends and I since we constantly have issues with the public ones provided. https://github.com/Impostor/Impostor/blob/dev/docs/Running-the-server.md

I've added it to my list of dockers by using "Add container" and filling out the info, but now I can't figure out where to add plug-ins or configure the .json files. I've *extremely* new to docker and containerization, so I'm sure I'm missing something here. Thank you for any and all help.

  • Community Expert
13 hours ago, thejellydude said:

Basically I'm trying to set up an Among Us server for my friends and I since we constantly have issues with the public ones provided. https://github.com/Impostor/Impostor/blob/dev/docs/Running-the-server.md

I've added it to my list of dockers by using "Add container" and filling out the info, but now I can't figure out where to add plug-ins or configure the .json files. I've *extremely* new to docker and containerization, so I'm sure I'm missing something here. Thank you for any and all help.

Based on the link you provided you should have setup 3 volume mounts for your container

 

- /path/to/local/config.json:/app/config.json # For easy editing of the config
- /path/to/local/plugins:/app/plugins         # Only needed if using plugins
- /path/to/local/libraries:/app/libraries     # Only needed if using external libraries

 

In the case of unraid the "/path/to/local" would likely be a folder in your appdata folder like "/mnt/user/appdata/amoungus". Within the amoungus folder you would have a subfolder "plugins" and a subfolder "libraries". The config.json is a bit of a special case. That file should be put directly into the amoungus folder since the above recommended mapping maps the file in directly. You will want to make sure the permissions for everything in the amoungus folder are correct for the container, I typically just set them to 777.

Archived

This topic is now archived and is closed to further replies.

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.