Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP REQUEST]: Fleet #233

Open
regner opened this issue Apr 6, 2021 · 0 comments
Open

[APP REQUEST]: Fleet #233

regner opened this issue Apr 6, 2021 · 0 comments
Labels
App Request Request for a new application

Comments

@regner
Copy link

regner commented Apr 6, 2021

Dockerhub Link:

https://hub.docker.com/r/linuxserver/fleet

Description

Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. It is built and maintained by the LinuxServer team.

Separate Database?

Yes, they suggest MariaDB.

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

{
    "type": 1,
    "title": "Fleet",
    "name": "fleet",
    "description": "Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.",
    "logo": "",
    "image": "linuxserver/fleet:latest",
    "categories": [
      "???????????????????"
    ],
    "platform": "linux",
    "restart_policy": "unless-stopped",
    "ports": [
      "8080:8080/tcp"
    ],
    "volumes": [
      {
        "container": "/config",
        "bind": "/portainer/config"
      }
    ],
    "env": [
      {
        "name": "PUID",
        "label": "PUID",
        "default": "1000"
      },
      {
        "name": "PGID",
        "label": "PGID",
        "default": "100"
      }
    ]
  },
@regner regner added the App Request Request for a new application label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Request Request for a new application
Projects
None yet
Development

No branches or pull requests

1 participant