diff --git a/sources/local/homelab_templates.json b/sources/local/homelab_templates.json index bdf6bd3..5e226f7 100644 --- a/sources/local/homelab_templates.json +++ b/sources/local/homelab_templates.json @@ -649,6 +649,32 @@ "container": "/config" } ] + }, + { + "categories": [ + "Web", + "Tools" + ], + "description": "Static, config-driven link-in-bio page. Profile card, tappable links, vCard download, QR share — all driven from a single YAML file baked at build time.", + "env": [], + "image": "kartikey31choudhary/reach-me-out:latest", + "logo": "https://raw.githubusercontent.com/kartikeychoudhary/Reach-me-out/main/public/logo.svg", + "name": "reach-me-out", + "note": "Mount your own config.yaml to /usr/share/nginx/html/config.yaml (read-only) to customize name, links and theme. See https://github.com/kartikeychoudhary/Reach-me-out for the YAML schema and examples.", + "platform": "linux", + "ports": [ + "8080:80/tcp" + ], + "restart_policy": "unless-stopped", + "title": "Reach Me Out", + "type": 1, + "volumes": [ + { + "bind": "/path/to/config.yaml", + "container": "/usr/share/nginx/html/config.yaml", + "readonly": true + } + ] } ] }