Refactor meta.json: streamline tag formatting and add MAZANOKE entry (#220)

- Reformatted tag lists for consistency across multiple entries.
- Added new entry for MAZANOKE, a self-hosted image hosting platform, including relevant links and tags.

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati 🪐
2025-07-12 11:26:42 +05:30
committed by GitHub
parent 04d7e165b1
commit 99c5ac71e8
4 changed files with 40 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
version: "3.8"
services:
mazanoke:
image: ghcr.io/civilblur/mazanoke:latest
restart: unless-stopped

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="64" height="64" rx="12" fill="url(#grad1)"/>
<text x="32" y="40" font-family="Arial, sans-serif" font-size="24" font-weight="bold" text-anchor="middle" fill="white">M</text>
</svg>

After

Width:  |  Height:  |  Size: 570 B

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "mazanoke"
port = 80
host = "${main_domain}"

View File

@@ -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",