Skip to content

Commit

Permalink
Build App list and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2023
1 parent 9baa040 commit 54d75cf
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/AppList.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.

|**Arm32:** |**Arm64:**|**Amd64:**|**Total:**|
|:-------------------|:--------:|:--------:|:--------:|
| 106 apps | 223 apps | 224 apps | 227 apps |
| 106 apps | 224 apps | 225 apps | 228 apps |

---

Expand Down Expand Up @@ -57,6 +57,7 @@ List of all apps included in this project with info related to it.
|[Eclipse Mosquitto MQTT](https://mosquitto.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://mosquitto.org/) | | [![](../build/images/script_icon.png)](../tools/install_mosquitto.sh) | |
|[Emby](https://emby.media/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-emby) | | | |
|[EmbyStat](https://github.com/mregni/EmbyStat)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-embystat) | | | |
|[EmulatorJS](https://hub.docker.com/r/linuxserver/emulatorjs)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/EmulatorJS/EmulatorJS) | | | |
|[FileBrowser latest](https://filebrowser.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://filebrowser.org/installation#docker) | | | [![Installing JDownloader and File Browser On The Pi Docker Server](../build/images/yt-badge-novaspirit.png "Installing JDownloader and File Browser On The Pi Docker Server")](https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4) |
|[FileBrowser S6](https://filebrowser.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://filebrowser.org/installation#docker) | | | [![Installing JDownloader and File Browser On The Pi Docker Server](../build/images/yt-badge-novaspirit.png "Installing JDownloader and File Browser On The Pi Docker Server")](https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4) |
|[Filezilla](https://hub.docker.com/r/linuxserver/filezilla)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/linuxserver/filezilla) | | | |
Expand Down
41 changes: 41 additions & 0 deletions template/portainer-v2-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,47 @@
}
]
},
{
"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": "lscr.io/linuxserver/emulatorjs:latest",
"logo": "https://raw.githubusercontent.com/EmulatorJS/EmulatorJS/main/docs/Logo-light.png",
"name": "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"
}
],
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://hub.docker.com/r/linuxserver/emulatorjs\" target=\"_blank\">https://hub.docker.com/r/linuxserver/emulatorjs</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/EmulatorJS/EmulatorJS\" target=\"_blank\">https://github.com/EmulatorJS/EmulatorJS</a><br><br><br>"
},
{
"categories": [
"Other",
Expand Down
41 changes: 41 additions & 0 deletions template/portainer-v2-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,47 @@
}
]
},
{
"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": "lscr.io/linuxserver/emulatorjs:latest",
"logo": "https://raw.githubusercontent.com/EmulatorJS/EmulatorJS/main/docs/Logo-light.png",
"name": "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"
}
],
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://hub.docker.com/r/linuxserver/emulatorjs\" target=\"_blank\">https://hub.docker.com/r/linuxserver/emulatorjs</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/EmulatorJS/EmulatorJS\" target=\"_blank\">https://github.com/EmulatorJS/EmulatorJS</a><br><br><br>"
},
{
"categories": [
"Other",
Expand Down

0 comments on commit 54d75cf

Please sign in to comment.