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.

New Docker Container Setup Guidance

Featured Replies

I am new to the concept of docker. Is it possible to setup a new docker? There is no template for it. 

This is what I am trying to setup.  https://github.com/tusc/blockips-unifi

Any guidance will be greatly appreciated.

 

This is the docker file:

https://github.com/tusc/blockips-unifi/blob/master/Dockerfile

 

 

#FROM arm64v8/alpine:latest

FROM alpine:latest

RUN apk --update add composer php7-curl php7-session git tzdata && \

composer require art-of-wifi/unifi-api-client

COPY add_block_firewall.php /

COPY del_block_firewall.php /

# requird when building arm images on x86 hardware

ADD qemu-aarch64-static /usr/bin

# build startup script

RUN echo "#!/bin/sh" > /startscript.sh

RUN echo "chown root:root /etc/crontabs/root" >> /startscript.sh

RUN echo "/usr/sbin/crond -d 8 -f" >> /startscript.sh

RUN chmod +x /startscript.sh

ENTRYPOINT ["/startscript.sh"]

 

 

Edited by johnwhicker

  • Author

NEVER mind.  By the time you get an answer in this forum you find 2 different viable solutions somewhere else.  Thanks

I'm trying to set up a docker container myself. Do you have any links that you found helpful?

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.