Files
felixfoertsch 3c2d436fa2
Test, Build and Push Container Image / build (push) Failing after 1m28s
add Gitea container delivery
2026-09-17 19:48:53 +02:00

26 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Advanced-Parental-Controls</Name>
<Repository>git.felixfoertsch.de/felixfoertsch/ios-advanced-parental-controls:latest</Repository>
<Registry>https://git.felixfoertsch.de/felixfoertsch/-/packages/container/ios-advanced-parental-controls/latest</Registry>
<Network>traefik</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://git.felixfoertsch.de/felixfoertsch/ios-advanced-parental-controls</Support>
<Project>https://git.felixfoertsch.de/felixfoertsch/ios-advanced-parental-controls</Project>
<Overview>Self-hosted policy, pairing, reward, and parent dashboard service for Family Quests.</Overview>
<Category>Productivity:</Category>
<WebUI>https://apc.felixfoertsch.de/</WebUI>
<Icon/>
<ExtraParams>--read-only --tmpfs /tmp:rw,noexec,nosuid,size=64m --cap-drop=ALL --security-opt=no-new-privileges --restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Description>Advanced Parental Controls stores SQLite state under /data and exposes its HTTP service on port 8000 to the Traefik network.</Description>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/advanced-parental-controls/" Mode="rw" Description="Persistent SQLite database" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/advanced-parental-controls/</Config>
<Config Name="APC_ADMIN_TOKEN" Target="APC_ADMIN_TOKEN" Default="" Mode="" Description="Random administration token with at least 32 characters" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="APC_ORIGIN" Target="APC_ORIGIN" Default="https://apc.felixfoertsch.de" Mode="" Description="Exact HTTPS origin used by the parent dashboard" Type="Variable" Display="always" Required="true" Mask="false">https://apc.felixfoertsch.de</Config>
</Container>