mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-03-18 21:30:41 +01:00
2275 lines
53 KiB
JSON
2275 lines
53 KiB
JSON
{
|
|
"version": "2",
|
|
"templates": [{
|
|
"type": 1,
|
|
"title": "Registry",
|
|
"description": "Docker image registry",
|
|
"categories": [
|
|
"docker"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
|
"image": "registry:latest",
|
|
"ports": [
|
|
"5000/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/registry"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Traefik",
|
|
"description": "Reverse proxy",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/traefik.io\/\" target=\"_blank\" rel=\"noopener\">traefik.io<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://styles.redditmedia.com/t5_fucxb/styles/communityIcon_dr8ojdk0l2d51.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "traefik.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /_data/apps"
|
|
},
|
|
{
|
|
"name": "ADMIN",
|
|
"label": "Utilisateur et mot de passe admin (voir documentation)",
|
|
"description": "exemple PAPAMICA:{SHA}XXXXXxxxxxXXXXxxX="
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"label": "Lien du dashboard complet",
|
|
"description": "exemple : traefik.papamica.com"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Hastebin",
|
|
"description": "Partage de fichiers textes (Alternative à Pastebin)",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/hastebin.com\/\" target=\"_blank\" rel=\"noopener\">Hastebin.com<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://pbs.twimg.com/profile_images/1664989409/twitter_400x400.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "hastebin.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Vault",
|
|
"description": "Gestion et stockages de secrets",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/vaultproject.io\/\" target=\"_blank\" rel=\"noopener\">Vaultproject.io<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://www.pngkey.com/png/detail/232-2321777_vault-logo-hashicorp-vault-icon.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "vault.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"label": "Lien de l'application",
|
|
"description": "exemple : service.papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Sinusbot",
|
|
"description": "Bot d'automatisation pour TeamSpeak et Discord",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/www.sinusbot.com\/\" target=\"_blank\" rel=\"noopener\">Sinusbot.com<\/a>",
|
|
"categories": [
|
|
"Automatisation",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://www.4netplayers.com/wp-content/uploads/2018/10/300x300_sinusbot_logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "sinusbot.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Teamspeak",
|
|
"description": "Serveur de discussions vocales",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/www.teamspeak.com\/en\/\" target=\"_blank\" rel=\"noopener\">TeamSpeak.com<\/a>",
|
|
"categories": [
|
|
"Communication",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://d1yjjnpx0p53s8.cloudfront.net/styles/logo-thumbnail/s3/092018/untitled-3_52.png?weCp0Mz2VN0H8IuP_O1T3gMe47LBfc6N&itok=IG4MtYuO",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "teamspeak.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "TS3QUERY_PASSWORD",
|
|
"label": "Mot de passe admin Query"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "TeamSpeak Online Viewer",
|
|
"description": "Interface web pour serveur TeamSpeak",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com\/Wruczek\/ts-website\" target=\"_blank\" rel=\"noopener\">Github.com<\/a>",
|
|
"categories": [
|
|
"Communication",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://cdn2.iconfinder.com/data/icons/gaming-platforms-logo-shapes/250/teamspeak_logo-512.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "ts3viewer.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "TeamSpeak Bot Stats",
|
|
"description": "Bot pour les statistiques de serveur TeamSpeak",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/ts-ranksystem.com\/\" target=\"_blank\" rel=\"noopener\">TS-RankSystem.com<\/a>",
|
|
"categories": [
|
|
"Communication",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://cdn2.iconfinder.com/data/icons/gaming-platforms-logo-shapes/250/teamspeak_logo-512.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "ts3rank.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "NextCloud",
|
|
"description": "Serveur de partages de fichiers et bien plus !",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/nextcloud.com\/\" target=\"_blank\" rel=\"noopener\">NextCloud.com<\/a>",
|
|
"categories": [
|
|
"Communication",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://www.biganet.net/wordpress/wp-content/uploads/2020/08/nextcloud.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "nextcloud.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "DATA",
|
|
"label": "Localisation de vos fichiers à explorer",
|
|
"description": "exemple /data"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Bitwarden",
|
|
"description": "Gestionnaire de mots de passe et de 2FA (Alternatice à Dashlane)",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/bitwarden.com\/\" target=\"_blank\" rel=\"noopener\">Bitwarden.com<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://upload.wikimedia.org/wikipedia/commons/0/03/Bitwarden_Logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "bitwarden.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Ouroboros",
|
|
"description": "Application de mise à jour automatique de conteneurs",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com/pyouroboros/ouroboros\/\" target=\"_blank\" rel=\"noopener\">https://github.com/pyouroboros/ouroboros<\/a>",
|
|
"categories": [
|
|
"Utilitaire",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://gitlab.com/kallioli/docker-server-container/-/raw/master/img/ouroboros_logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "ouroboros.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "CLEANUP",
|
|
"label": "Supprimer les anciennes images"
|
|
},
|
|
{
|
|
"name": "INTERVAL",
|
|
"label": "Interval en seconde entre chaque mise à jour"
|
|
},
|
|
{
|
|
"name": "LOG_LEVEL",
|
|
"label": "Niveau de log"
|
|
},
|
|
{
|
|
"name": "SELF_UPDATE",
|
|
"label": "Mettre à jour ouroboros lui-même"
|
|
},
|
|
{
|
|
"name": "IGNORE",
|
|
"label": "Nom des conteneurs à ignorer"
|
|
},
|
|
{
|
|
"name": "TZ",
|
|
"label": "Timezone du service"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Url du service loki"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "OpenVPN AS",
|
|
"description": "Serveur VPN",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/openvpn.net\/\" target=\"_blank\" rel=\"noopener\">openvpn.net<\/a>",
|
|
"categories": [
|
|
"Sécurité",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://gitlab.com/kallioli/docker-server-container/-/raw/master/img/openvpn_logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "openvpn.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "PUID",
|
|
"label": "Identifiant utilisateur openvpn"
|
|
},
|
|
{
|
|
"name": "PGID",
|
|
"label": "Identifiant du groupe openvpn"
|
|
},
|
|
{
|
|
"name": "TZ",
|
|
"label": "Timezone du service"
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"label": "Nom de l'interface réseau"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données du service"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Url du service loki"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Nom de domaine"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Keycloak",
|
|
"description": "Serveur d'authentification SSO",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/keycloak.org\/\" target=\"_blank\" rel=\"noopener\">keycloak.org<\/a>",
|
|
"categories": [
|
|
"Sécurité",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://gitlab.com/kallioli/docker-server-container/-/raw/master/img/keycloak_logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "keycloak.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "KC_USER",
|
|
"label": "Nom de l'utilisateur administrateur"
|
|
},
|
|
{
|
|
"name": "KC_PASSWORD",
|
|
"label": "Mot de passe administrateur"
|
|
},
|
|
{
|
|
"name": "KC_DB_HOST",
|
|
"label": "Serveur SGBD"
|
|
},
|
|
{
|
|
"name": "KC_DATABASE",
|
|
"label": "Nom de la BDD"
|
|
},
|
|
{
|
|
"name": "KC_DB_USER",
|
|
"label": "Utilisateur de la BDD"
|
|
},
|
|
{
|
|
"name": "KC_DB_PASSWORD",
|
|
"label": "Mot de passe de la BDD"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Url du service loki"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Nom de domaine"
|
|
}]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "PrivateBin",
|
|
"description": "Partage de secrets avec API (Alternatice à Pastebin)",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/privatebin.info\/\" target=\"_blank\" rel=\"noopener\">PrivateBin.info<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://avatars.githubusercontent.com/u/20367028?s=200&v=4",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "privatebin.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : privatebin.papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Bookstack",
|
|
"description": "Wiki et documentation en ligne",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/www.bookstackapp.com\/\" target=\"_blank\" rel=\"noopener\">BookStackApp.com<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://s3-us-west-2.amazonaws.com/linuxserver-docs/images/bookstack-logo500x500.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "bookstack.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Taiga",
|
|
"description": "Gestion de projet. Alternative à Trello",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/www.taiga.io\/\" target=\"_blank\" rel=\"noopener\">taiga.io<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "http://assets.stickpng.com/images/58482ca9cef1014c0b5e4a46.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "taiga.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"label": "Lien de l'application",
|
|
"description": "exemple 'taiga.papamica.com'"
|
|
},
|
|
{
|
|
"name": "URL_WS",
|
|
"label": "Lien pour les websockets",
|
|
"description": "exemple 'ws://taiga.papamica.com'"
|
|
},
|
|
{
|
|
"name": "SECRET",
|
|
"label": "Mot de passe de l'application",
|
|
"description": "exemple ws://taiga.papamica.com'"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
}]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Website-HTML",
|
|
"description": "Simple site internet HTML sous PHP 7.4",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com\/LavoWeb\/Docker\" target=\"_blank\" rel=\"noopener\">Github.com<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "http://assets.stickpng.com/thumbs/5847f5bdcef1014c0b5e489c.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "website-html.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Jirafeau",
|
|
"description": "Partages de fichiers (alternative à WeTransfert)",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/gitlab.com\/mojo42\/Jirafeau\" target=\"_blank\" rel=\"noopener\">Gitlab.com<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://framalibre.org/sites/default/files/leslogos/JirafeauLogo.jpeg",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "jirafeau.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Matomo",
|
|
"description": "Analyse de traffic web (alternative à Google Analytics)",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/fr.matomo.org\" target=\"_blank\" rel=\"noopener\">matomo.org<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://ronan-chardonneau.co.uk/img/matomo-logo-80-80.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "matomo.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"label": "Lien du service",
|
|
"description": "exemple : service.papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "VS Code Online",
|
|
"description": "Visual Studio Code en ligne",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com\/cdr\/code-server\" target=\"_blank\" rel=\"noopener\">Github.com<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/1024px-Visual_Studio_Code_1.35_icon.svg.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "vscode.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "PASSWORD",
|
|
"label": "Mot de passe d'accès"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Wiki.js",
|
|
"description": "Wiki autohébergé",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/js.wiki\" target=\"_blank\" rel=\"noopener\">js.wiki<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://k-fortytwo.de/wiki.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "wikijs.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "YourLS",
|
|
"description": "Raccourcisseur d'URL avec statistiques",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/yourls.orgi\" target=\"_blank\" rel=\"noopener\">YourLS.org<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://yourls.inscomers.net/logo.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "yourls.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "ADMIN_USER",
|
|
"label": "Utilisateur administrateur de YourLS"
|
|
},
|
|
{
|
|
"name": "ADMIN_PASSWORD",
|
|
"label": "Mot de passe de l'administrateur de YourLS"
|
|
},
|
|
{
|
|
"name": "WEBSITE",
|
|
"label": "Lien du service",
|
|
"description": "exemple : url.papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "logchimp",
|
|
"description": "Page de retour des utilisateurs",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com\/riggraz\/astuto\" target=\"_blank\" rel=\"noopener\">Github.com<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://res.cloudinary.com/practicaldev/image/fetch/s--0crlSnO9--/c_fill,f_auto,fl_progressive,h_320,q_auto,w_320/https://dev-to-uploads.s3.amazonaws.com/uploads/organization/profile_image/342/be63345a-a365-4052-a52e-f1394e165c48.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "logchimp.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "SECRET_KEY",
|
|
"label": "Mot de passe administrateur de l'application"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Etherpad",
|
|
"description": "Collaboration en live sur des documents",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/etherpad.org\" target=\"_blank\" rel=\"noopener\">Etherpad.org<\/a>",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://pbs.twimg.com/profile_images/1336377123964145665/2gTadaDt.jpg",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "etherpad.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "SECRET_KEY",
|
|
"label": "Mot de passe administrateur de l'application"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Grafana",
|
|
"description": "Une interface web pour vos graphiques et explorer vos données !",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/grafana.com\/\" target=\"_blank\" rel=\"noopener\">Grafana.com<\/a><p><strong>ATTENTION : <\/strong>Il faut cr\u00E9er et modifier le fichier <code>grafana.ini <\/code><\/p> ",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/a/a1/Grafana_logo.svg/1200px-Grafana_logo.svg.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "grafana.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Loki",
|
|
"description": "Un concentrateur de logs",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/grafana.com\/oss\/loki\/\" target=\"_blank\" rel=\"noopener\">Grafana.com<\/a><p><strong>ATTENTION : <\/strong>Merci de lire la documentation :<\/p> ",
|
|
"categories": [
|
|
"SelfHosted",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://img.stackshare.io/service/10079/loki.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "loki.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "CachetHQ",
|
|
"description": "Page de status en ligne",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/cachethq.io\/\" target=\"_blank\" rel=\"noopener\">CachetHQ<\/a>",
|
|
"categories": [
|
|
"SelfHosting",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://avatars.githubusercontent.com/u/9951502?s=400&v=4",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "cachethq.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Zabbix",
|
|
"description": "Page de status en ligne",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/www.zabbix.com\/\" target=\"_blank\" rel=\"noopener\">Zabbix.com<\/a><p><strong>Identifiant : <\/strong>Admin \/ zabbix<\/p> ",
|
|
"categories": [
|
|
"Monitoring",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://www.logolynx.com/images/logolynx/89/891729651d169fe5627ad2e67241eec9.jpeg",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "zabbix.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Zabbix-CachetHQ",
|
|
"description": "Automatisation de la page CachetHQ avec Zabbix",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/github.com\/qk4l\/zabbix-cachet\" target=\"_blank\" rel=\"noopener\">Github.com<\/a><p><strong>ATTENTION : <\/strong>Il faut modifier le fichier <code> config.yml <\/code><\/p> ",
|
|
"categories": [
|
|
"Automatisation",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://img2.freepng.fr/20180702/lf/kisspng-test-automation-software-testing-manual-testing-se-5b3a7da291d414.6876755115305599065973.jpg",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "zabbix-cachethq.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "NDD",
|
|
"label": "Lien du nom de domaine",
|
|
"description": "exemple : papamica.fr"
|
|
}]
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
"type": 3,
|
|
"title": "Wordpress",
|
|
"description": "Création de site web avec un CMS simple et performant",
|
|
"note": "<p>Site de l'application : <a href=\"https:\/\/wordpress.com\" target=\"_blank\" rel=\"noopener\">Wordpress.com<\/a>",
|
|
"categories": [
|
|
"CMS",
|
|
"PAPAMICA"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/WordPress_blue_logo.svg/1024px-WordPress_blue_logo.svg.png",
|
|
"repository": {
|
|
"url": "https://github.com/PAPAMICA/docker-compose-collection",
|
|
"stackfile": "wordpress.yml"
|
|
},
|
|
"env": [{
|
|
"name": "SERVICE",
|
|
"label": "Nom du service"
|
|
},
|
|
{
|
|
"name": "DATA_LOCATION",
|
|
"label": "Localisation des données",
|
|
"description": "exemple /apps/'service'"
|
|
},
|
|
{
|
|
"name": "URL_LOKI",
|
|
"label": "Lien du serveur loki",
|
|
"description": "exemple : ndd/loki/api/v1/push"
|
|
},
|
|
{
|
|
"name": "URL_WEBSITE",
|
|
"label": "Lien complet du site internet",
|
|
"description": "exemple : papamica.fr"
|
|
},
|
|
{
|
|
"name": "DB_USER",
|
|
"label": "Utilisateur de la base de données"
|
|
},
|
|
{
|
|
"name": "DB_PASSWORD",
|
|
"label": "Mot de passe de l'utilisateur"
|
|
},
|
|
{
|
|
"name": "DB_ROOT",
|
|
"label": "Mot de passe root"
|
|
}]
|
|
},
|
|
|
|
{
|
|
"type": 1,
|
|
"title": "Nginx",
|
|
"description": "High performance web server",
|
|
"categories": [
|
|
"webserver"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
|
|
"image": "nginx:latest",
|
|
"ports": [
|
|
"80/tcp",
|
|
"443/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/etc/nginx"
|
|
},
|
|
{
|
|
"container": "/usr/share/nginx/html"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Httpd",
|
|
"description": "Open-source HTTP server",
|
|
"categories": [
|
|
"webserver"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
|
|
"image": "httpd:latest",
|
|
"ports": [
|
|
"80/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/usr/local/apache2/htdocs/"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Caddy",
|
|
"description": "HTTP/2 web server with automatic HTTPS",
|
|
"categories": [
|
|
"webserver"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
|
|
"image": "abiosoft/caddy:latest",
|
|
"ports": [
|
|
"80/tcp",
|
|
"443/tcp",
|
|
"2015/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/root/.caddy"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "MySQL",
|
|
"description": "The most popular open-source database",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
|
|
"image": "mysql:latest",
|
|
"env": [{
|
|
"name": "MYSQL_ROOT_PASSWORD",
|
|
"label": "Root password"
|
|
}],
|
|
"ports": [
|
|
"3306/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/mysql"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "MariaDB",
|
|
"description": "Performance beyond MySQL",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
|
|
"image": "mariadb:latest",
|
|
"env": [{
|
|
"name": "MYSQL_ROOT_PASSWORD",
|
|
"label": "Root password"
|
|
}],
|
|
"ports": [
|
|
"3306/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/mysql"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "PostgreSQL",
|
|
"description": "The most advanced open-source database",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
|
|
"image": "postgres:latest",
|
|
"env": [{
|
|
"name": "POSTGRES_USER",
|
|
"label": "Superuser"
|
|
},
|
|
{
|
|
"name": "POSTGRES_PASSWORD",
|
|
"label": "Superuser password"
|
|
}
|
|
],
|
|
"ports": [
|
|
"5432/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/postgresql/data"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Mongo",
|
|
"description": "Open-source document-oriented database",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
|
|
"image": "mongo:latest",
|
|
"ports": [
|
|
"27017/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data/db"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "CockroachDB",
|
|
"description": "An open-source, survivable, strongly consistent, scale-out SQL database",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
|
|
"image": "cockroachdb/cockroach:latest",
|
|
"ports": [
|
|
"26257/tcp",
|
|
"8080/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/cockroach/cockroach-data"
|
|
}],
|
|
"command": "start --insecure"
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "CrateDB",
|
|
"description": "An open-source distributed SQL database",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
|
|
"image": "crate:latest",
|
|
"ports": [
|
|
"4200/tcp",
|
|
"4300/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Elasticsearch",
|
|
"description": "Open-source search and analytics engine",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
|
|
"image": "elasticsearch:latest",
|
|
"ports": [
|
|
"9200/tcp",
|
|
"9300/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/usr/share/elasticsearch/data"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Gitlab CE",
|
|
"description": "Open-source end-to-end software development platform",
|
|
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
|
|
"categories": [
|
|
"development",
|
|
"project-management"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
|
|
"image": "gitlab/gitlab-ce:latest",
|
|
"ports": [
|
|
"80/tcp",
|
|
"443/tcp",
|
|
"22/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/etc/gitlab"
|
|
},
|
|
{
|
|
"container": "/var/log/gitlab"
|
|
},
|
|
{
|
|
"container": "/var/opt/gitlab"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Minio",
|
|
"description": "A distributed object storage server built for cloud applications and devops",
|
|
"categories": [
|
|
"storage"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
|
|
"image": "minio/minio:latest",
|
|
"ports": [
|
|
"9000/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "MINIO_ACCESS_KEY",
|
|
"label": "Minio access key"
|
|
},
|
|
{
|
|
"name": "MINIO_SECRET_KEY",
|
|
"label": "Minio secret key"
|
|
}
|
|
],
|
|
"volumes": [{
|
|
"container": "/data"
|
|
},
|
|
{
|
|
"container": "/root/.minio"
|
|
}
|
|
],
|
|
"command": "server /data"
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Scality S3",
|
|
"description": "Standalone AWS S3 protocol server",
|
|
"categories": [
|
|
"storage"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
|
|
"image": "scality/s3server",
|
|
"ports": [
|
|
"8000/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "SCALITY_ACCESS_KEY",
|
|
"label": "Scality S3 access key"
|
|
},
|
|
{
|
|
"name": "SCALITY_SECRET_KEY",
|
|
"label": "Scality S3 secret key"
|
|
}
|
|
],
|
|
"volumes": [{
|
|
"container": "/usr/src/app/localData"
|
|
},
|
|
{
|
|
"container": "/usr/src/app/localMetadata"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "SQL Server",
|
|
"description": "Microsoft SQL Server on Linux",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
|
|
"image": "microsoft/mssql-server-linux:2017-GA",
|
|
"ports": [
|
|
"1433/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "ACCEPT_EULA",
|
|
"set": "Y"
|
|
},
|
|
{
|
|
"name": "SA_PASSWORD",
|
|
"label": "SA password"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "SQL Server",
|
|
"description": "Microsoft SQL Server Developer for Windows containers",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "windows",
|
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
|
|
"image": "microsoft/mssql-server-windows-developer:latest",
|
|
"ports": [
|
|
"1433/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "ACCEPT_EULA",
|
|
"set": "Y"
|
|
},
|
|
{
|
|
"name": "sa_password",
|
|
"label": "SA password"
|
|
}
|
|
],
|
|
"volumes": [{
|
|
"container": "C:/temp/"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "SQL Server Express",
|
|
"description": "Microsoft SQL Server Express for Windows containers",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "windows",
|
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
|
|
"image": "microsoft/mssql-server-windows-express:latest",
|
|
"ports": [
|
|
"1433/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "ACCEPT_EULA",
|
|
"set": "Y"
|
|
},
|
|
{
|
|
"name": "sa_password",
|
|
"label": "SA password"
|
|
}
|
|
],
|
|
"volumes": [{
|
|
"container": "C:/temp/"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "IronFunctions API",
|
|
"description": "Open-source serverless computing platform",
|
|
"categories": [
|
|
"serverless"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
|
|
"image": "iron/functions:latest",
|
|
"ports": [
|
|
"8080/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/app/data"
|
|
}],
|
|
"privileged": true
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "IronFunctions UI",
|
|
"description": "Open-source user interface for IronFunctions",
|
|
"categories": [
|
|
"serverless"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
|
|
"image": "iron/functions-ui:latest",
|
|
"ports": [
|
|
"4000/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/app/data"
|
|
}],
|
|
"env": [{
|
|
"name": "API_URL",
|
|
"label": "API URL"
|
|
}],
|
|
"privileged": true
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Solr",
|
|
"description": "Open-source enterprise search platform",
|
|
"categories": [
|
|
"search-engine"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
|
|
"image": "solr:latest",
|
|
"ports": [
|
|
"8983/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/opt/solr/mydata"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Redis",
|
|
"description": "Open-source in-memory data structure store",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
|
|
"image": "redis:latest",
|
|
"ports": [
|
|
"6379/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "RabbitMQ",
|
|
"description": "Highly reliable enterprise messaging system",
|
|
"categories": [
|
|
"messaging"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
|
|
"image": "rabbitmq:latest",
|
|
"ports": [
|
|
"5671/tcp",
|
|
"5672/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/rabbitmq"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Ghost",
|
|
"description": "Free and open-source blogging platform",
|
|
"categories": [
|
|
"blog"
|
|
],
|
|
"note": "Access the blog management interface under <code>/ghost/</code>.",
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
|
|
"image": "ghost:latest",
|
|
"ports": [
|
|
"2368/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/ghost/content"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Plesk",
|
|
"description": "WebOps platform and hosting control panel",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"note": "Default credentials: admin / changeme",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
|
|
"image": "plesk/plesk:latest",
|
|
"ports": [
|
|
"21/tcp",
|
|
"80/tcp",
|
|
"443/tcp",
|
|
"8880/tcp",
|
|
"8443/tcp",
|
|
"8447/tcp"
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Joomla",
|
|
"description": "Another free and open-source CMS",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
|
|
"image": "joomla:latest",
|
|
"env": [{
|
|
"name": "JOOMLA_DB_HOST",
|
|
"label": "MySQL database host",
|
|
"type": "container"
|
|
},
|
|
{
|
|
"name": "JOOMLA_DB_PASSWORD",
|
|
"label": "Database password"
|
|
}
|
|
],
|
|
"ports": [
|
|
"80/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/www/html"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Drupal",
|
|
"description": "Open-source content management framework",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
|
|
"image": "drupal:latest",
|
|
"ports": [
|
|
"80/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/www/html"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Plone",
|
|
"description": "A free and open-source CMS built on top of Zope",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
|
|
"image": "plone:latest",
|
|
"ports": [
|
|
"8080/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Magento 2",
|
|
"description": "Open-source e-commerce platform",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
|
|
"image": "alankent/gsd:latest",
|
|
"ports": [
|
|
"80/tcp",
|
|
"3000/tcp",
|
|
"3001/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/www/html/"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Sematext Docker Agent",
|
|
"description": "Collect logs, metrics and docker events",
|
|
"categories": [
|
|
"Log Management",
|
|
"Monitoring"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
|
|
"image": "sematext/sematext-agent-docker:latest",
|
|
"name": "sematext-agent",
|
|
"privileged": true,
|
|
"env": [{
|
|
"name": "LOGSENE_TOKEN",
|
|
"label": "Logs token"
|
|
},
|
|
{
|
|
"name": "SPM_TOKEN",
|
|
"label": "SPM monitoring token"
|
|
}
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/run/docker.sock",
|
|
"bind": "/var/run/docker.sock"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Datadog agent",
|
|
"description": "Collect events and metrics",
|
|
"categories": [
|
|
"Monitoring"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
|
|
"image": "datadog/agent:latest",
|
|
"env": [{
|
|
"name": "DD_API_KEY",
|
|
"label": "Datadog API key"
|
|
}],
|
|
"volumes": [{
|
|
"container": "/var/run/docker.sock",
|
|
"bind": "/var/run/docker.sock",
|
|
"readonly": true
|
|
},
|
|
{
|
|
"container": "/host/sys/fs/cgroup",
|
|
"bind": "/sys/fs/cgroup",
|
|
"readonly": true
|
|
},
|
|
{
|
|
"container": "/host/proc",
|
|
"bind": "/proc",
|
|
"readonly": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Mautic",
|
|
"description": "Open-source marketing automation platform",
|
|
"categories": [
|
|
"marketing"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
|
|
"image": "mautic/mautic:latest",
|
|
"env": [{
|
|
"name": "MAUTIC_DB_HOST",
|
|
"label": "MySQL database host",
|
|
"type": "container"
|
|
},
|
|
{
|
|
"name": "MAUTIC_DB_PASSWORD",
|
|
"label": "Database password"
|
|
}
|
|
],
|
|
"ports": [
|
|
"80/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/www/html"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Wowza",
|
|
"description": "Streaming media server",
|
|
"categories": [
|
|
"streaming"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
|
|
"image": "sameersbn/wowza:4.1.2-8",
|
|
"env": [{
|
|
"name": "WOWZA_ACCEPT_LICENSE",
|
|
"label": "Agree to Wowza EULA",
|
|
"set": "yes"
|
|
},
|
|
{
|
|
"name": "WOWZA_KEY",
|
|
"label": "License key"
|
|
}
|
|
],
|
|
"ports": [
|
|
"1935/tcp",
|
|
"8086/tcp",
|
|
"8087/tcp",
|
|
"8088/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/wowza"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Jenkins",
|
|
"description": "Open-source continuous integration tool",
|
|
"categories": [
|
|
"continuous-integration"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
|
|
"image": "jenkins/jenkins:lts",
|
|
"ports": [
|
|
"8080/tcp",
|
|
"50000/tcp"
|
|
],
|
|
"env": [{
|
|
"name": "JENKINS_OPTS",
|
|
"label": "Jenkins options"
|
|
}],
|
|
"volumes": [{
|
|
"container": "/var/jenkins_home"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Redmine",
|
|
"description": "Open-source project management tool",
|
|
"categories": [
|
|
"project-management"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
|
|
"image": "redmine:latest",
|
|
"ports": [
|
|
"3000/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/usr/src/redmine/files"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Odoo",
|
|
"description": "Open-source business apps",
|
|
"categories": [
|
|
"project-management"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
|
|
"image": "odoo:latest",
|
|
"env": [{
|
|
"name": "HOST",
|
|
"label": "PostgreSQL database host",
|
|
"type": "container"
|
|
},
|
|
{
|
|
"name": "USER",
|
|
"label": "Database user"
|
|
},
|
|
{
|
|
"name": "PASSWORD",
|
|
"label": "Database password"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8069/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/lib/odoo"
|
|
},
|
|
{
|
|
"container": "/mnt/extra-addons"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "Urbackup",
|
|
"description": "Open-source network backup",
|
|
"categories": [
|
|
"backup"
|
|
],
|
|
"platform": "linux",
|
|
"note": "This application web interface is exposed on the port 55414 inside the container.",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
|
|
"image": "cfstras/urbackup",
|
|
"ports": [
|
|
"55413/tcp",
|
|
"55414/tcp",
|
|
"55415/tcp",
|
|
"35622/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/var/urbackup"
|
|
}]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "File browser",
|
|
"description": "A web file manager",
|
|
"note": "Default credentials: admin/admin",
|
|
"categories": [
|
|
"filesystem",
|
|
"storage"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
|
|
"image": "filebrowser/filebrowser:latest",
|
|
"ports": [
|
|
"80/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data"
|
|
},
|
|
{
|
|
"container": "/srv"
|
|
}
|
|
],
|
|
"command": "--port 80 --database /data/database.db --root /srv"
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "CommandBox",
|
|
"description": "ColdFusion (CFML) CLI",
|
|
"categories": [
|
|
"development"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
|
|
"image": "ortussolutions/commandbox:latest",
|
|
"env": [{
|
|
"name": "CFENGINE",
|
|
"set": "lucee@4.5"
|
|
}],
|
|
"ports": [
|
|
"8080/tcp",
|
|
"8443/tcp"
|
|
]
|
|
},
|
|
{
|
|
"type": 1,
|
|
"title": "ContentBox",
|
|
"description": "Open-source modular CMS",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
|
|
"image": "ortussolutions/contentbox:latest",
|
|
"env": [{
|
|
"name": "express",
|
|
"set": "true"
|
|
},
|
|
{
|
|
"name": "install",
|
|
"set": "true"
|
|
},
|
|
{
|
|
"name": "CFENGINE",
|
|
"set": "lucee@4.5"
|
|
}
|
|
],
|
|
"ports": [
|
|
"8080/tcp",
|
|
"8443/tcp"
|
|
],
|
|
"volumes": [{
|
|
"container": "/data/contentbox/db"
|
|
},
|
|
{
|
|
"container": "/app/includes/shared/media"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "Portainer Agent",
|
|
"description": "Manage all the resources in your Swarm cluster",
|
|
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
|
|
"categories": [
|
|
"portainer"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/portainer-agent/docker-stack.yml"
|
|
}
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "OpenFaaS",
|
|
"name": "func",
|
|
"description": "Serverless functions made simple",
|
|
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. <b>Warning</b>: the name of the stack must be 'func'.",
|
|
"categories": [
|
|
"serverless"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
|
|
"repository": {
|
|
"url": "https://github.com/openfaas/faas",
|
|
"stackfile": "docker-compose.yml"
|
|
}
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "IronFunctions",
|
|
"description": "Open-source serverless computing platform",
|
|
"note": "Deploys the IronFunctions API and UI.",
|
|
"categories": [
|
|
"serverless"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/ironfunctions/docker-stack.yml"
|
|
}
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "CockroachDB",
|
|
"description": "CockroachDB cluster",
|
|
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
|
|
"categories": [
|
|
"database"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/cockroachdb/docker-stack.yml"
|
|
}
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "Wordpress",
|
|
"description": "Wordpress setup with a MySQL database",
|
|
"note": "Deploys a Wordpress instance connected to a MySQL database.",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/wordpress/docker-stack.yml"
|
|
},
|
|
"env": [{
|
|
"name": "MYSQL_DATABASE_PASSWORD",
|
|
"label": "Database root password",
|
|
"description": "Password used by the MySQL root user."
|
|
}]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"title": "Wordpress",
|
|
"description": "Wordpress setup with a MySQL database",
|
|
"note": "Deploys a Wordpress instance connected to a MySQL database.",
|
|
"categories": [
|
|
"CMS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/wordpress/docker-compose.yml"
|
|
},
|
|
"env": [{
|
|
"name": "MYSQL_DATABASE_PASSWORD",
|
|
"label": "Database root password",
|
|
"description": "Password used by the MySQL root user."
|
|
}]
|
|
},
|
|
{
|
|
"type": 2,
|
|
"title": "Microsoft OMS Agent",
|
|
"description": "Microsoft Operations Management Suite Linux agent.",
|
|
"categories": [
|
|
"OPS"
|
|
],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/microsoft-oms/docker-stack.yml"
|
|
},
|
|
"env": [{
|
|
"name": "AZURE_WORKSPACE_ID",
|
|
"label": "Workspace ID",
|
|
"description": "Azure Workspace ID"
|
|
},
|
|
{
|
|
"name": "AZURE_PRIMARY_KEY",
|
|
"label": "Primary key",
|
|
"description": "Azure primary key"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Sematext Docker Agent",
|
|
"type": 2,
|
|
"categories": [
|
|
"Log Management",
|
|
"Monitoring"
|
|
],
|
|
"description": "Collect logs, metrics and docker events",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
|
|
"platform": "linux",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml"
|
|
},
|
|
"env": [{
|
|
"name": "LOGSENE_TOKEN",
|
|
"label": "Logs token"
|
|
},
|
|
{
|
|
"name": "SPM_TOKEN",
|
|
"label": "SPM monitoring token"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Datadog agent",
|
|
"type": 2,
|
|
"categories": [
|
|
"Monitoring"
|
|
],
|
|
"description": "Collect events and metrics",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
|
|
"platform": "linux",
|
|
"repository": {
|
|
"url": "https://github.com/portainer/templates",
|
|
"stackfile": "stacks/datadog-agent/docker-stack.yml"
|
|
},
|
|
"env": [{
|
|
"name": "API_KEY",
|
|
"label": "Datadog API key"
|
|
}]
|
|
}
|
|
]
|
|
} |