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]: #41

Closed
mohitjoshi155 opened this issue Nov 27, 2021 · 3 comments
Closed

[APP REQUEST]: #41

mohitjoshi155 opened this issue Nov 27, 2021 · 3 comments

Comments

@mohitjoshi155
Copy link

Dockerhub Link:

https://hub.docker.com/r/bloodstar/rclonebrowser

Description

its very useful app for files transfer i use it regularly

Separate Database?

does this require a separate database in order to function?
I dont think so

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
Copy link
Owner

is this a clone of the original rclone?

If so I would like to use the original repository.

@mohitjoshi155
Copy link
Author

its gui app for running rclone
og is this i believe
https://github.com/kapitainsky/RcloneBrowser

@Qballjos
Copy link
Owner

rclone has an web interface built in https://forum.rclone.org/t/how-to-set-up-rclone-webgui-server-as-a-docker-container/14330

if you would like to have this create a docker compose file for the original repo and create a app request / pull request for this.

This would make sure that updates and fixes from the original developer would be pushed asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants