1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
renovate[bot] 508995afac
chore(deps): update ghcr.io/decohererk/decotv docker tag to v0.6.0 (#2334) 2025-11-02 06:02:45 +00:00
pooneyy 265173109a
feat(DecoTV): add DecoTV application with version 0.4.0 and latest
- add application configuration with form fields for webui port, site name, description, announcement, admin credentials, registration settings, storage options, and douban api
- include docker compose configuration for both v0.4.0 and latest versions with environment variables mapping
- provide comprehensive readme documentation with features, deployment instructions, and security guidelines
- add application metadata with tags, descriptions, and architecture support
- include application logo for visual identification
2025-10-27 01:32:19 +08:00