Skip to content

Commit 642b7b6

Browse files
committed
update template with latest repository details and configuration options
1 parent 083d77c commit 642b7b6

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

templates/whatseerr.xml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,37 @@
11
<?xml version="1.0"?>
22
<Container version="2">
33
<Name>whatseerr</Name>
4-
<Repository>ghcr.io/sufxgit/whatseerr</Repository>
5-
<Registry>https://ghcr.io/</Registry>
4+
<Repository>ghcr.io/sufxgit/whatseerr:latest</Repository>
5+
<Registry>https://ghcr.io</Registry>
66
<Network>bridge</Network>
77
<MyIP/>
88
<Shell>sh</Shell>
99
<Privileged>false</Privileged>
1010
<Support>https://github.com/sufxgit/whatseerr/issues</Support>
1111
<Project>https://github.com/sufxgit/whatseerr</Project>
12-
<Overview>WhatsApp bot for Seerr that allows users to search and request media via WhatsApp messages. Integrates with WAHA (WhatsApp HTTP API) and Seerr (Jellyseerr/Overseerr) for seamless media requests.&#xD;
13-
&#xD;
14-
Prerequisites:&#xD;
15-
- WAHA (WhatsApp HTTP API) running and configured&#xD;
16-
- Seerr instance (Jellyseerr/Overseerr)&#xD;
17-
&#xD;
18-
Setup:&#xD;
12+
<Overview>Setup:&#xD;
1913
1. On first run, config.example.json will be created in /config&#xD;
2014
2. Rename it to config.json and configure:&#xD;
2115
- host: Hostname/IP where services can reach each other&#xD;
22-
- jellyseerr.apiKey: Get from Seerr Settings > General&#xD;
16+
- jellyseerr.apiKey: Get from Seerr Settings &amp;gt; General&#xD;
2317
- waha.apiKey: Your WAHA API key&#xD;
2418
- userIdMappings: Map WhatsApp numbers to Seerr user IDs&#xD;
2519
3. Configure WAHA webhook to: http://YOUR_HOST:3006/requests&#xD;
2620
4. (Optional) Configure Seerr webhook to: http://YOUR_HOST:3006/seerr</Overview>
2721
<Category>MediaApp:Other Tools:</Category>
2822
<WebUI/>
2923
<TemplateURL>https://raw.githubusercontent.com/SuFxGIT/whatseerr/refs/heads/main/templates/whatseerr.xml?token=GHSAT0AAAAAADOKP5QW6SOKOSHKODMTPMPS2KZR2GA</TemplateURL>
30-
<Icon>https://raw.githubusercontent.com/SuFxGIT/whatseerr/refs/heads/main/logo.png?token=GHSAT0AAAAAADOKP5QXWXFK67KDQIDSVROO2KZRYXA</Icon>
24+
<Icon>https://raw.githubusercontent.com/SuFxGIT/whatseerr/refs/heads/main/logo.png?token=GHSAT0AAAAAADOGFYMLSVHRIR3HB4WRXWAS2KZKTXA</Icon>
3125
<ExtraParams/>
3226
<PostArgs/>
3327
<CPUset/>
3428
<DateInstalled/>
3529
<DonateText/>
3630
<DonateLink/>
37-
<Requires/>
38-
<Config Name="Config Directory" Target="/config" Default="/mnt/user/appdata/whatseerr/config" Mode="rw" Description="Configuration directory for Whatseerr. On first run, config.example.json will be created here. Rename it to config.json and update with your settings." Type="Path" Display="always" Required="true" Mask="false"/>
39-
<Config Name="Webhook Port" Target="3006" Default="3006" Mode="tcp" Description="Port for webhook server. WAHA and Seerr will send webhooks to this port." Type="Port" Display="always" Required="true" Mask="false"/>
40-
<Config Name="Timezone" Target="TZ" Default="UTC" Mode="" Description="Timezone for the container (e.g., America/New_York, Europe/London, Asia/Kuwait)." Type="Variable" Display="always" Required="false" Mask="false"/>
31+
<Requires>1. WAHA (WhatsApp HTTP API) running and configured&#xD;
32+
2. Seerr instance (Jellyseerr/Overseerr)</Requires>
33+
<Config Name="port" Target="3006" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3006</Config>
34+
<Config Name="config" Target="/config" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/whatseerr/</Config>
35+
<Config Name="WEBHOOK_EXTERNAL_PORT" Target="WEBHOOK_EXTERNAL_PORT" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">3006</Config>
36+
<TailscaleStateDir/>
4137
</Container>

0 commit comments

Comments
 (0)