|
@@ -331,6 +331,41 @@
|
|
|
"title": "Bookstack",
|
|
|
"type": 3
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Tools",
|
|
|
+ "Web",
|
|
|
+ "Webserver"
|
|
|
+ ],
|
|
|
+ "description": "Caddy - The Ultimate Server with Automatic HTTPS",
|
|
|
+ "image": "caddy:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/caddy.png",
|
|
|
+ "name": "caddy",
|
|
|
+ "note": "Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "80/tcp",
|
|
|
+ "443/tcp",
|
|
|
+ "2019/tcp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "Caddy",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Data/Caddy",
|
|
|
+ "container": "/data"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Caddy",
|
|
|
+ "container": "/config"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Caddyfile",
|
|
|
+ "container": "/etc/caddy/Caddyfile"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|