Qballjos / portainer_templates

Template file for new portainer setup
https://qballjos.github.io/portainer_templates/
GNU General Public License v3.0
492 stars 416 forks source link

[APP REQUEST]: LibrePhotos #30

Closed madkatz01 closed 3 years ago

madkatz01 commented 3 years ago

Dockerhub Link:

https://hub.docker.com/r/reallibrephotos/librephotos https://hub.docker.com/r/reallibrephotos/librephotos-frontend https://hub.docker.com/r/reallibrephotos/librephotos-proxy

Description

LibrePhotos is a self-hosted Google Photos clone with a slight focus on cool graphs.

Separate Database?

does this require a separate database in order to function?

Fill this out as best as you can. Documentation about these can be found here: https://www.portainer.io/documentation/how-to-use-templates/

{
  "version": "2",
  "templates": [
    {
      "categories": [
        "Music"
      ],
      "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
      "env": [
        {
          "default": "1000",
          "label": "PUID",
          "name": "PUID"
        },
        {
          "default": "100",
          "label": "PGID",
          "name": "PGID"
        },
        {
          "label": "CONTEXT_PATH",
          "name": "CONTEXT_PATH",
          "set": "airsonic"
        },
        {
          "label": "JAVA_OPTS",
          "name": "JAVA_OPTS",
          "set": "-Xms256m -Xmx512m"
        }
      ],
      "image": "linuxserver/airsonic:latest",
      "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/airsonic-logo.png",
      "name": "airsonic",
      "platform": "linux",
      "ports": [
        "4040:4040/tcp"
      ],
      "restart_policy": "unless-stopped",
      "title": "Airsonic",
      "type": 1,
      "volumes": [
        {
          "bind": "/portainer/Music",
          "container": "/music"
        },
        {
          "bind": "/portainer/Files/AppData/Airsonic/Playlists",
          "container": "/playlists"
        },
        {
          "bind": "/portainer/Podcasts",
          "container": "/podcasts"
        },
        {
          "bind": "/portainer/Files/AppData/Airsonic/Media",
          "container": "/media"
        },
        {
          "bind": "/portainer/Files/AppData/Config/Airsonic/",
          "container": "/config"
        }
      ]
    },
Qballjos commented 3 years ago

If you wish to request a app, please fill out and change the template for your application dont just send me the dockerhub link