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.

Star a few command with a container

Featured Replies

Hi!

I need to execute a few commands while starting a container.

apk add py3-chardet && \
    apk add py3-pip && \
    pip uninstall -y apprise && \
    pip install apprise

does any1 know what i have to do?

 

thx in advance!

 

b0mb

Start it via a user script

 

docker start nameOfContainer
docker exec nameOfContainer /config/nameOfScript

and then the script you need to run goes into it's appdata (/config) folder

  • Author

the problem is that most of my docker containers are set to auto update and so the best solution would be that such a script would run after restarting the container ;)

Then in the Post Arguments when editing the template (advanced view), add in

&& docker exec nameOfContainer /config/nameOfScript

 

  • Author

thx!

 

i´ve had to put sh infront of /config but it works :)

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.