|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <Container version="2"> |
3 | 3 | <Name>liquipedia-poller</Name> |
4 | | - <Repository>your-docker-hub-username/liquipedia-poller</Repository> |
5 | | - <Registry>https://hub.docker.com/r/your-docker-hub-username/liquipedia-poller/</Registry> |
| 4 | + <Repository>ghcr.io/maximilianspitzer/liquipedia-poller</Repository> |
| 5 | + <Registry>https://github.com/maximilianspitzer/liquipedia-poller/pkgs/container/liquipedia-poller</Registry> |
6 | 6 | <Network>bridge</Network> |
7 | 7 | <Privileged>false</Privileged> |
8 | | - <Support>https://github.com/your-username/liquipedia-poller</Support> |
9 | | - <Project>https://github.com/your-username/liquipedia-poller</Project> |
10 | | - <Overview>Service that polls Liquipedia for Brawl Stars esports statistics and maintains a database.</Overview> |
11 | | - <Category>Tools: Status:Stable</Category> |
| 8 | + <Support>https://github.com/maximilianspitzer/liquipedia-poller</Support> |
| 9 | + <Project>https://github.com/maximilianspitzer/liquipedia-poller</Project> |
| 10 | + <Overview>Service that polls Liquipedia for Brawl Stars esports statistics and maintains a PostgreSQL database.</Overview> |
| 11 | + <Category>GameServers:</Category> |
12 | 12 | <WebUI/> |
13 | 13 | <TemplateURL/> |
14 | 14 | <Icon>https://liquipedia.net/commons/images/thumb/5/53/Brawl_Stars_Logo_2019.png/600px-Brawl_Stars_Logo_2019.png</Icon> |
|
17 | 17 | <CPUset/> |
18 | 18 | <DonateText/> |
19 | 19 | <DonateLink/> |
20 | | - <Description>Service that polls Liquipedia for Brawl Stars esports statistics and maintains a database for use by other services.</Description> |
21 | 20 | <Config Name="Database Name" Target="DB_NAME" Default="brawlstars_matches" Mode="" Description="PostgreSQL database name" Type="Variable" Display="always" Required="true" Mask="false"/> |
22 | 21 | <Config Name="Database User" Target="DB_USER" Default="postgres" Mode="" Description="PostgreSQL username" Type="Variable" Display="always" Required="true" Mask="false"/> |
23 | 22 | <Config Name="Database Password" Target="DB_PASSWORD" Default="" Mode="" Description="PostgreSQL password" Type="Variable" Display="always" Required="true" Mask="true"/> |
24 | | - <Config Name="Database Host" Target="DB_HOST" Default="postgres" Mode="" Description="PostgreSQL host (container name)" Type="Variable" Display="always" Required="true" Mask="false"/> |
| 23 | + <Config Name="Database Host" Target="DB_HOST" Default="" Mode="" Description="Host IP or container name of your PostgreSQL instance (e.g., 192.168.1.100 or postgres-container)" Type="Variable" Display="always" Required="true" Mask="false"/> |
25 | 24 | <Config Name="Database Port" Target="DB_PORT" Default="5432" Mode="" Description="PostgreSQL port" Type="Variable" Display="always" Required="true" Mask="false"/> |
26 | | - <Config Name="Update Interval" Target="UPDATE_INTERVAL" Default="600" Mode="" Description="How often to check for updates (in seconds)" Type="Variable" Display="advanced" Required="false" Mask="false"/> |
| 25 | + <Config Name="Update Interval" Target="UPDATE_INTERVAL" Default="600" Mode="" Description="How often to check for updates (in seconds, default 10 minutes)" Type="Variable" Display="advanced" Required="false" Mask="false"/> |
27 | 26 | <Config Name="Log Level" Target="LOG_LEVEL" Default="INFO" Mode="" Description="Logging level (DEBUG, INFO, WARNING, ERROR)" Type="Variable" Display="advanced" Required="false" Mask="false"/> |
28 | 27 | <Config Name="Logs Path" Target="/app/logs" Default="/mnt/user/appdata/liquipedia-poller/logs" Mode="rw" Description="Container Path: /app/logs" Type="Path" Display="advanced" Required="true" Mask="false"/> |
29 | 28 | <Config Name="Data Path" Target="/app/data" Default="/mnt/user/appdata/liquipedia-poller/data" Mode="rw" Description="Container Path: /app/data" Type="Path" Display="advanced" Required="true" Mask="false"/> |
|
0 commit comments