diff --git a/images/libreddit.png b/images/libreddit.png new file mode 100644 index 0000000..09068fa Binary files /dev/null and b/images/libreddit.png differ diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index dcdc949..a696781 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -2063,6 +2063,29 @@ } ] }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "An alternative private front-end to Reddit", + "image": "spikecodes/libreddit:armv7", + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/libreddit.png", + "name": "libreddit", + "platform": "linux", + "ports": [ + "8088:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "libreddit", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/libreddit", + "container": "/config" + } + ] + }, { "categories": [ "Other", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 960fc92..da9feb7 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -2163,6 +2163,29 @@ } ] }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "An alternative private front-end to Reddit", + "image": "spikecodes/libreddit:arm", + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/libreddit.png", + "name": "libreddit", + "platform": "linux", + "ports": [ + "8088:8080/tcp" + ], + "restart_policy": "unless-stopped", + "title": "libreddit", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/libreddit", + "container": "/config" + } + ] + }, { "categories": [ "Other",