alexz 57b71da781 cfddns: rebuild on private fork with management web UI
- Swap image from favonia/cloudflare-ddns:latest to
  git.alexzaw.dev/alexz/cloudflare-ddns:latest (private fork with
  cmd/manager binary that wraps the original ddns updater)
- Expose web UI on internal port 8080, traefik-routable
- Add CFDDNS_WEB_USER/CFDDNS_WEB_PASSWORD basic-auth form fields
- Repurpose existing DOMAINS/PROXIED/UPDATE_CRON/TZ as first-run seed
  for the YAML config that the UI manages thereafter
- Mount ${APP_DATA_DIR}/data:/config for persistent cfddns.yaml
- Healthcheck on /healthz via 127.0.0.1 (alpine wget)
- Bump tipi_version 7 -> 8 to trigger app update
2026-05-18 01:18:39 -07:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2025-12-27 22:47:17 +00:00
2025-12-14 07:02:02 +00:00
?
2025-12-28 14:52:08 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2026-04-13 08:42:53 +00:00
2026-04-13 08:42:53 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00
2025-12-14 07:02:02 +00:00

Example App Store Template

This repository serves as a template for creating your own custom app store for the Runtipi platform. Use this as a starting point to create and share your own collection of applications.

Repository Structure

  • apps/: Contains individual app directories

    • Each app has its own folder (e.g., whoami/) with the following structure:
      • config.json: App configuration file
      • docker-compose.json: Docker setup for the app
      • metadata/: Contains app visuals and descriptions
        • description.md: Markdown description of the app
        • logo.jpg: App logo image
  • tests/: Contains test files for the app store

    • apps.test.ts: Test suite for validating apps

Getting Started

This repository is intended to serve as a template for creating your own app store. Follow these steps to get started:

  1. Click the "Use this template" button to create a new repository based on this template
  2. Customize the apps or add your own app folders in the apps/ directory
  3. Test your app store by using it with Runtipi

Documentation

For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide

Description
No description provided
Readme WTFPL 250 MiB
Languages
JavaScript 58.6%
Shell 33.9%
Dockerfile 4.5%
TypeScript 1.5%
CSS 1.1%
Other 0.4%