-
-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathca_profile.xml
More file actions
21 lines (18 loc) · 1.21 KB
/
Copy pathca_profile.xml
File metadata and controls
21 lines (18 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!-- Unraid Community Applications REPOSITORY profile. Not an app template
(that is templates/yuvomi.xml): CA reads this file from the repo root to
render the repository entry (description, icon, link) in its store.
Referenced by the CA registration of this GitHub repository. -->
<CommunityApplications>
<!-- Repository overview shown in Community Apps. Markdown supported. -->
<Profile>
**Yuvomi** - the self-hosted family planner PWA.
A private, offline-capable web app that keeps your household organized - tasks, groceries, meals, recipes, pantry stock, calendar, shift schedules, documents, budget, health, rewards, inventory, housekeeping, waste collection, notes, contacts, birthdays and more - in one place, without cloud accounts or subscriptions.
This repository ships the official Docker template for Yuvomi. The image is published to GitHub Container Registry at `ghcr.io/ulsklyc/yuvomi`.
**Support:** open an issue at https://github.com/ulsklyc/yuvomi/issues
</Profile>
<!-- Repository icon -->
<Icon>https://raw.githubusercontent.com/ulsklyc/yuvomi/main/icon.svg</Icon>
<!-- Project web page -->
<WebPage>https://github.com/ulsklyc/yuvomi</WebPage>
</CommunityApplications>