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]: Mailcow #228

Open
4lch3my opened this issue Mar 7, 2021 · 1 comment
Open

[APP REQUEST]: Mailcow #228

4lch3my opened this issue Mar 7, 2021 · 1 comment
Labels
App Request Request for a new application

Comments

@4lch3my
Copy link

4lch3my commented Mar 7, 2021

Dockerhub Link:

https://github.com/mailcow/mailcow-dockerized

Description

Fully self hosted email server with free SSL encryption and managed storage for single or multiple domains

Separate Database?

N/A

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

{
    "type": 1,
    "title": "Airsonic",
    "name": "airsonic",
    "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.",
    "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png",
    "image": "linuxserver/airsonic:latest",
    "categories": [
      "Music"
    ],
    "platform": "linux",
    "restart_policy": "unless-stopped",
    "ports": [
      "4040:4040/tcp"
    ],
    "volumes": [
      {
        "container": "/music",
        "bind": "/portainer/Music"

      },
      {
        "container": "/playlists",
        "bind": "/portainer/Files/AppData/Airsonic/Playlists"
      },
      {
        "container": "/podcasts",
        "bind": "/portainer/Podcasts"
      },
      {
        "container": "/media",
        "bind": "/portainer/Files/AppData/Airsonic/Media"
      },
      {
        "container": "/config",
        "bind": "/portainer/Files/AppData/Config/Airsonic/"
      }
    ],
    "env": [
      {
        "name": "PUID",
        "label": "PUID",
        "default": "1000"
      },
      {
        "name": "PGID",
        "label": "PGID",
        "default": "100"
      },
      {
        "name": "CONTEXT_PATH",
        "label": "CONTEXT_PATH",
        "set": "airsonic"
      },
      {
        "name": "JAVA_OPTS",
        "label": "JAVA_OPTS",
        "set": "-Xms256m -Xmx512m"
      }
    ]
  },
@4lch3my 4lch3my added the App Request Request for a new application label Mar 7, 2021
@JOduMonT
Copy link

it will be awesome but mailcow is a full docker stack of multiple interconnected application. Instead it will be easier to integrate apps you want inside mailcow stack via docker-compose.override.yml. They have few example in their documentation (https://mailcow.github.io/mailcow-dockerized-docs/third_party-borgmatic/#create-or-amend-docker-composeoverrideyml)
image

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

2 participants