diff --git a/blueprints/mazanoke/docker-compose.yml b/blueprints/mazanoke/docker-compose.yml new file mode 100644 index 00000000..b3236d16 --- /dev/null +++ b/blueprints/mazanoke/docker-compose.yml @@ -0,0 +1,5 @@ +version: "3.8" +services: + mazanoke: + image: ghcr.io/civilblur/mazanoke:latest + restart: unless-stopped diff --git a/blueprints/mazanoke/mazanoke.svg b/blueprints/mazanoke/mazanoke.svg new file mode 100644 index 00000000..15685035 --- /dev/null +++ b/blueprints/mazanoke/mazanoke.svg @@ -0,0 +1,11 @@ + + + + + + + + + + M + \ No newline at end of file diff --git a/blueprints/mazanoke/template.toml b/blueprints/mazanoke/template.toml new file mode 100644 index 00000000..2ff5aaaa --- /dev/null +++ b/blueprints/mazanoke/template.toml @@ -0,0 +1,11 @@ +[variables] +main_domain = "${domain}" + +[config] +env = {} +mounts = [] + +[[config.domains]] +serviceName = "mazanoke" +port = 80 +host = "${main_domain}" \ No newline at end of file diff --git a/meta.json b/meta.json index 711df663..0cb37ee7 100644 --- a/meta.json +++ b/meta.json @@ -659,19 +659,6 @@ }, "tags": ["self-hosted", "storage"] }, - { - "id": "gitlab-ce", - "name": "GitLab Community Edition", - "version": "latest", - "description": "GitLab Community Edition is a complete DevOps platform that enables professionals to perform all the tasks in a project—from project planning and source code management to monitoring and security. It's the open source alternative to GitLab Enterprise Edition.", - "logo": "gitlab-ce.svg", - "links": { - "github": "https://github.com/gitlabhq/gitlabhq", - "website": "https://gitlab.com/", - "docs": "https://docs.gitlab.com/ee/install/docker.html" - }, - "tags": ["git", "devops", "ci-cd", "self-hosted", "code-review"] - }, { "id": "gitea-mirror", "name": "Gitea Mirror", @@ -2645,6 +2632,19 @@ }, "tags": ["message-broker", "queue", "rabbitmq"] }, + { + "id": "mazanoke", + "name": "MAZANOKE", + "version": "latest", + "description": "MAZANOKE is a modern, self-hosted image hosting and sharing platform. Upload, organize, and share your images with a clean and intuitive interface.", + "logo": "mazanoke.svg", + "links": { + "github": "https://github.com/civilblur/mazanoke", + "website": "https://github.com/civilblur/mazanoke", + "docs": "https://github.com/civilblur/mazanoke" + }, + "tags": ["image-hosting", "file-sharing", "self-hosted", "media", "gallery"] + }, { "id": "searxng", "name": "SearXNG",