-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:novaspirit/pi-hosted
- Loading branch information
Showing
9 changed files
with
481 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"categories": [ | ||
"Tools" | ||
], | ||
"description": "This is a super basic noVNC build using supervisor to serve Cura in your favorite web browser. ", | ||
"env": [ | ||
{ | ||
"default": "1000", | ||
"label": "PUID", | ||
"name": "PUID" | ||
}, | ||
{ | ||
"default": "1000", | ||
"label": "PGID", | ||
"name": "PGID" | ||
} | ||
], | ||
"image_amd64": "mikeah/cura-novnc", | ||
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/9/9b/Logo_for_Cura_Software.png/120px-Logo_for_Cura_Software.png", | ||
"name": "CuraNoVNC", | ||
"officialDoc": "https://github.com/helfrichmichael/cura-novnc", | ||
"platform": "linux", | ||
"ports": [ | ||
"9080:8080/tcp" | ||
], | ||
"restart_policy": "unless-stopped", | ||
"title": "Cura-NoVNC", | ||
"type": 1, | ||
"volumes": [ | ||
{ | ||
"container": "/configs" | ||
} | ||
], | ||
"webpage": "https://hub.docker.com/r/mikeah/cura-novnc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"categories": [ | ||
"Games" | ||
], | ||
"description": "In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.", | ||
"env": [ | ||
{ | ||
"default": "1000", | ||
"label": "PUID", | ||
"name": "PUID" | ||
}, | ||
{ | ||
"default": "1000", | ||
"label": "PGID", | ||
"name": "PGID" | ||
} | ||
], | ||
"image_amd64": "lscr.io/linuxserver/emulatorjs:latest", | ||
"image_arm64": "lscr.io/linuxserver/emulatorjs:latest", | ||
"logo": "https://raw.githubusercontent.com/EmulatorJS/EmulatorJS/main/docs/Logo-light.png", | ||
"name": "EmulatorJS", | ||
"officialDoc": "https://github.com/EmulatorJS/EmulatorJS", | ||
"platform": "linux", | ||
"ports": [ | ||
"3003:3000/tcp", | ||
"3008:80/tcp", | ||
"4001:4001/tcp" | ||
], | ||
"restart_policy": "unless-stopped", | ||
"title": "EmulatorJS", | ||
"type": 1, | ||
"volumes": [ | ||
{ | ||
"bind": "/portainer/Files/AppData/Config/emulatorjs", | ||
"container": "/config" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads/Roms", | ||
"container": "/data" | ||
} | ||
], | ||
"webpage": "https://hub.docker.com/r/linuxserver/emulatorjs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"categories": [ | ||
"Downloader" | ||
], | ||
"description": "This project implements a Docker container for HandBrake. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.", | ||
"env": [ | ||
{ | ||
"default": "1000", | ||
"label": "PUID", | ||
"name": "PUID" | ||
}, | ||
{ | ||
"default": "1000", | ||
"label": "PGID", | ||
"name": "PGID" | ||
} | ||
], | ||
"image_amd64": "jlesage/handbrake", | ||
"logo": "https://camo.githubusercontent.com/0156e7756fa49886748421553158970ca7600e31559f331b1b4e6dd127103bcd/68747470733a2f2f696d616765732e7765736572762e6e6c2f3f75726c3d7261772e67697468756275736572636f6e74656e742e636f6d2f6a6c65736167652f646f636b65722d74656d706c617465732f6d61737465722f6a6c65736167652f696d616765732f68616e646272616b652d69636f6e2e706e6726773d313130", | ||
"name": "HandBrake", | ||
"officialDoc": "https://github.com/jlesage/docker-handbrake", | ||
"platform": "linux", | ||
"ports": [ | ||
"5800:5800/tcp" | ||
], | ||
"restart_policy": "unless-stopped", | ||
"title": "HandBrake", | ||
"type": 1, | ||
"volumes": [ | ||
{ | ||
"bind": "/portainer/Files/AppData/Config/HandBrake", | ||
"container": "/config" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads", | ||
"container": "/storage" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads/output", | ||
"container": "/output" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads/watch", | ||
"container": "/watch" | ||
} | ||
], | ||
"webpage": "https://hub.docker.com/r/jlesage/handbrake" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"categories": [ | ||
"Tools" | ||
], | ||
"description": "Free & Open-Source HTML5 Network Performance Estimation Tool", | ||
"env": [ | ||
{ | ||
"default": "1000", | ||
"label": "PUID", | ||
"name": "PUID" | ||
}, | ||
{ | ||
"default": "1000", | ||
"label": "PGID", | ||
"name": "PGID" | ||
} | ||
], | ||
"image_amd64": "openspeedtest/latest", | ||
"image_arm64": "openspeedtest/latest", | ||
"logo": "https://raw.githubusercontent.com/openspeedtest/Speed-Test/main/assets/images/icons/android-chrome-192x192.png", | ||
"name": "OpenSpeedTest", | ||
"officialDoc": "https://github.com/openspeedtest/Speed-Test", | ||
"platform": "linux", | ||
"ports": [ | ||
"30000:3000/tcp" | ||
], | ||
"restart_policy": "unless-stopped", | ||
"title": "OpenSpeedTest", | ||
"type": 1, | ||
"webpage": "https://hub.docker.com/r/openspeedtest/latest" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"categories": [ | ||
"Downloader" | ||
], | ||
"description": "PlexRipper is a cross-platform media downloader that indexes the Plex servers you have access to and allows you to download everything while adding it to your own Plex server.", | ||
"env": [ | ||
{ | ||
"default": "1000", | ||
"label": "PUID", | ||
"name": "PUID" | ||
}, | ||
{ | ||
"default": "1000", | ||
"label": "PGID", | ||
"name": "PGID" | ||
} | ||
], | ||
"image_amd64": "plexripper/plexripper:latest", | ||
"logo": "https://raw.githubusercontent.com/PlexRipper/PlexRipper/dev/export/plexripper/logo/full/full-logo-256.png", | ||
"name": "PlexRipper", | ||
"officialDoc": "https://github.com/PlexRipper/PlexRipper", | ||
"platform": "linux", | ||
"ports": [ | ||
"7000:7000/tcp" | ||
], | ||
"restart_policy": "unless-stopped", | ||
"title": "PlexRipper", | ||
"type": 1, | ||
"volumes": [ | ||
{ | ||
"bind": "/portainer/Files/AppData/Config/PlexRipper", | ||
"container": "/config" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads", | ||
"container": "/Downloads" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads/Movies", | ||
"container": "/Movies" | ||
}, | ||
{ | ||
"bind": "/portainer/Downloads/TvShows", | ||
"container": "/TvShows" | ||
} | ||
], | ||
"webpage": "https://hub.docker.com/r/plexripper/plexripper" | ||
} |
Oops, something went wrong.