Merge branch 'master' of github.com:pi-hosted/pi-hosted
This commit is contained in:
commit
03b8d85ad8
3 changed files with 3 additions and 181 deletions
|
@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.
|
|||
|
||||
|**Arm32:** |**Arm64:**|**Amd64:**|**Total:**|
|
||||
|:-------------------|:--------:|:--------:|:--------:|
|
||||
| 190 apps | 220 apps | 220 apps | 222 apps |
|
||||
| 188 apps | 220 apps | 220 apps | 222 apps |
|
||||
|
||||
---
|
||||
|
||||
|
@ -131,8 +131,8 @@ List of all apps included in this project with info related to it.
|
|||
|[MySQL](https://www.mysql.com/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://hub.docker.com/_/mysql) | | | |
|
||||
|[n8n](https://n8n.io/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.n8n.io/getting-started/installation/#docker) | | | |
|
||||
|[Netdata](https://www.netdata.cloud/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://learn.netdata.cloud/docs/agent/packaging/docker) | | | |
|
||||
|[Nextcloud](https://nextcloud.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://docs.linuxserver.io/images/docker-nextcloud) | | | |
|
||||
|[NextcloudPi](https://ownyourbits.com/nextcloudpi/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/) | | | [](https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9) |
|
||||
|[Nextcloud](https://nextcloud.com/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://docs.linuxserver.io/images/docker-nextcloud) | | | |
|
||||
|[NextcloudPi](https://ownyourbits.com/nextcloudpi/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/) | | | [](https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9) |
|
||||
|[Nginx](https://nginx.org/en/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-nginx) | | | |
|
||||
|[Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]](https://nginxproxymanager.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://nginxproxymanager.com/setup/#using-mysql-mariadb-database) | [](../docs/nginx_proxy_manager.md) | [](../tools/nginx-proxy-manager.sh) | [](https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10) |
|
||||
|[Nginx Proxy Manager v2 with Mysql [DEPRECATED]](https://nginxproxymanager.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://nginxproxymanager.com/setup/#using-mysql-mariadb-database) | [](../docs/nginx_proxy_manager.md) | [](../tools/nginx-proxy-manager.sh) | [](https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10) |
|
||||
|
|
|
@ -4170,95 +4170,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Cloud",
|
||||
"Productivity",
|
||||
"Tools",
|
||||
"Other",
|
||||
"Web"
|
||||
],
|
||||
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
},
|
||||
{
|
||||
"default": "America/New_York",
|
||||
"label": "TZ",
|
||||
"name": "TZ"
|
||||
},
|
||||
{
|
||||
"label": "DATABASE_PASSWORD",
|
||||
"name": "DATABASE_PASSWORD"
|
||||
},
|
||||
{
|
||||
"label": "MYSQL_ROOT_PASSWORD",
|
||||
"name": "MYSQL_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"label": "PORT",
|
||||
"name": "PORT"
|
||||
}
|
||||
],
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",
|
||||
"name": "nextcloud",
|
||||
"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://nextcloud.com/\" target=\"_blank\">https://nextcloud.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-nextcloud\" target=\"_blank\">https://docs.linuxserver.io/images/docker-nextcloud</a><br><br><br>The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
|
||||
"platform": "linux",
|
||||
"repository": {
|
||||
"stackfile": "stack/nextcloud.yml",
|
||||
"url": "https://github.com/pi-hosted/pi-hosted"
|
||||
},
|
||||
"title": "Nextcloud",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Cloud",
|
||||
"Productivity",
|
||||
"Tools",
|
||||
"Other",
|
||||
"Web"
|
||||
],
|
||||
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
}
|
||||
],
|
||||
"image": "ownyourbits/nextcloudpi-armhf:latest",
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",
|
||||
"name": "nextcloudpi",
|
||||
"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://ownyourbits.com/nextcloudpi/\" target=\"_blank\">https://ownyourbits.com/nextcloudpi/</a><br><b>Official Docker Documentation: </b><a href=\"https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/\" target=\"_blank\">https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/</a><br><br><b>Extra useful script: </b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/reset_premissions_nextcloud.sh\" target=\"_blank\">reset_premissions_nextcloud.sh</a><br><br><b>Youtube Video: </b><a href=https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9 target=\"_blank\">Novaspirit Tech - Installing Nextcloud on Raspberry Pi Docker</a><br><br>The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"4444:4443/tcp",
|
||||
"8443:443/tcp",
|
||||
"8480:8480/tcp"
|
||||
],
|
||||
"title": "NextcloudPi",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/ncdata",
|
||||
"container": "/data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Web",
|
||||
|
|
|
@ -4170,95 +4170,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Cloud",
|
||||
"Productivity",
|
||||
"Tools",
|
||||
"Other",
|
||||
"Web"
|
||||
],
|
||||
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
},
|
||||
{
|
||||
"default": "America/New_York",
|
||||
"label": "TZ",
|
||||
"name": "TZ"
|
||||
},
|
||||
{
|
||||
"label": "DATABASE_PASSWORD",
|
||||
"name": "DATABASE_PASSWORD"
|
||||
},
|
||||
{
|
||||
"label": "MYSQL_ROOT_PASSWORD",
|
||||
"name": "MYSQL_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"label": "PORT",
|
||||
"name": "PORT"
|
||||
}
|
||||
],
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",
|
||||
"name": "nextcloud",
|
||||
"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://nextcloud.com/\" target=\"_blank\">https://nextcloud.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-nextcloud\" target=\"_blank\">https://docs.linuxserver.io/images/docker-nextcloud</a><br><br><br>The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
|
||||
"platform": "linux",
|
||||
"repository": {
|
||||
"stackfile": "stack/nextcloud.yml",
|
||||
"url": "https://github.com/pi-hosted/pi-hosted"
|
||||
},
|
||||
"title": "Nextcloud",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Cloud",
|
||||
"Productivity",
|
||||
"Tools",
|
||||
"Other",
|
||||
"Web"
|
||||
],
|
||||
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
}
|
||||
],
|
||||
"image": "ownyourbits/nextcloudpi-armhf:latest",
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",
|
||||
"name": "nextcloudpi",
|
||||
"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://ownyourbits.com/nextcloudpi/\" target=\"_blank\">https://ownyourbits.com/nextcloudpi/</a><br><b>Official Docker Documentation: </b><a href=\"https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/\" target=\"_blank\">https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/</a><br><br><b>Extra useful script: </b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/reset_premissions_nextcloud.sh\" target=\"_blank\">reset_premissions_nextcloud.sh</a><br><br><b>Youtube Video: </b><a href=https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9 target=\"_blank\">Novaspirit Tech - Installing Nextcloud on Raspberry Pi Docker</a><br><br>The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"4444:4443/tcp",
|
||||
"8443:443/tcp",
|
||||
"8480:8480/tcp"
|
||||
],
|
||||
"title": "NextcloudPi",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/ncdata",
|
||||
"container": "/data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Web",
|
||||
|
|
Loading…
Add table
Reference in a new issue