diff --git a/blueprints/wallos/docker-compose.yml b/blueprints/wallos/docker-compose.yml new file mode 100644 index 00000000..0399ef95 --- /dev/null +++ b/blueprints/wallos/docker-compose.yml @@ -0,0 +1,16 @@ +version: '3.8' +services: + wallos: + image: bellamy/wallos:latest + ports: + - '80' + environment: + TZ: 'Europe/Paris' + volumes: + - wallos_db:/var/www/html/db + - wallos_logos:/var/www/html/images/uploads/logos + restart: unless-stopped + +volumes: + wallos_db: + wallos_logos: \ No newline at end of file diff --git a/blueprints/wallos/template.toml b/blueprints/wallos/template.toml new file mode 100644 index 00000000..089a5385 --- /dev/null +++ b/blueprints/wallos/template.toml @@ -0,0 +1,10 @@ +[variables] +main_domain = "${domain}" + +[config] +mounts = [] + +[[config.domains]] +serviceName = "wallos" +port = 80 +host = "${main_domain}" \ No newline at end of file diff --git a/blueprints/wallos/wallos.png b/blueprints/wallos/wallos.png new file mode 100644 index 00000000..fd718ddf Binary files /dev/null and b/blueprints/wallos/wallos.png differ diff --git a/meta.json b/meta.json index 64626419..36fd91b8 100644 --- a/meta.json +++ b/meta.json @@ -4025,6 +4025,19 @@ }, "tags": ["home-automation", "nvr", "smart-home", "surveillance"] }, + { + "id": "wallos", + "name": "Wallos", + "version": "latest", + "description": "Wallos is a self-hosted subscription tracking application that helps you manage and monitor your subscriptions, providing insights into your spending habits.", + "logo": "wallos.png", + "links": { + "github": "https://github.com/ellite/wallos", + "website": "https://wallosapp.com", + "docs": "https://github.com/ellite/wallos?tab=readme-ov-file#getting-started" + }, + "tags": ["finance", "subscription", "budgeting", "expense-tracking", "spending"] + }, { "id": "n8n-with-postgres", "name": "n8n with Postgres", @@ -4038,7 +4051,7 @@ }, "tags": ["automation", "workflow", "low-code", "postgres"] }, - { + { "id": "statping-ng", "name": "Statping-NG", "version": "latest",