abdul / Tdaar-Node.
0 likes
0 forks
1 files
Last active
Tested on Synology, perfect for Linux machines with Nvidia GPU's
1 | version: "3.9" |
2 | services: |
3 | tdarr-node: |
4 | image: ghcr.io/haveagitgat/tdarr_node:latest |
5 | container_name: Tdarr-node |
6 | |
7 | security_opt: |
8 | - no-new-privileges:true |
9 | |
10 | ports: |
abdul / tautulli using portainer on diffrent port
0 likes
0 forks
1 files
Last active
Just edited the port to 8188
1 | version: "3.9" |
2 | services: |
3 | tautulli: |
4 | image: ghcr.io/tautulli/tautulli |
5 | hostname: tautulli |
6 | ports: |
7 | - 8188:8181 |
8 | volumes: |
9 | - /volume1/docker/tautulli:/config |
10 | environment: |
oipp / To set permission open
0 likes
0 forks
1 files
Last active
1 | --- |
2 | uid: Synology-Set-Permissions |
3 | title: Synology Permissions |
4 | longTitle: How to Set Permissions on DSM 7 |
5 | legacyUrl: /support/solutions/articles/44002313183-how-to-set-permissions-on-dsm-7 |
6 | --- |
7 | |
8 | . |
9 | For Synology versions of DSM 7 and higher you need to assign read or read/write permissions to the system internal emby user for any directories used by Emby such as your media folders. We recommend setting read/write permissions to take full advantage of Emby's features. |
hirsk / My Media for Alexa
0 likes
0 forks
1 files
Last active
My Media for Alexa lets you ask Alexa devices, such as Amazon Echo and the Amazon Dot, to play music from your existing home media library.
1 | services: |
2 | mymediaforalexa: |
3 | image: bizmodeller/mymediaforalexa:latest |
4 | container_name: MyMedia4Alexa |
5 | ports: |
6 | - 52050:52050 |
7 | - 52051:52051 |
8 | volumes: |
9 | - /volume1/docker/mymedia-public/.MyMediaForAlexa:/datadir |
10 | - /volume2/music/Public/Neuzeit Album:/medialibrary_public:ro |
Captain / Grafana and Influx
0 likes
0 forks
1 files
Last active
Composer for setting up Grafana and Influx in the same network. Point SpeedTest Tracker to Influx and enjoy beautiful graphs of your network speed.
1 | version: "3.9" |
2 | services: |
3 | grafana: |
4 | image: grafana/grafana:latest |
5 | container_name: Grafana |
6 | hostname: grafana |
7 | networks: |
8 | - sp_monitoring |
9 | mem_limit: 512m |
10 | cpu_shares: 512 |
pmoraitop / Jitsi Meet
0 likes
0 forks
1 files
Last active Gwendal/Jitsi Meet
• Forked fromFree Video Conferencing Software for Web & Mobile
1 | version: "3.9" |
2 | services: |
3 | |
4 | # Frontend |
5 | jitsi-web: |
6 | image: jitsi/web:stable-8960-1 |
7 | container_name: jitsi-web |
8 | ports: |
9 | - 8084:80 |
10 | - 4484:443 |