-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbambuddy.xml
More file actions
33 lines (33 loc) · 2.21 KB
/
bambuddy.xml
File metadata and controls
33 lines (33 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Container version="2">
<Name>Bambuddy</Name>
<Repository>ghcr.io/maziggy/bambuddy:latest</Repository>
<Registry>https://github.com/maziggy/bambuddy</Registry>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/196691-support-devzwf-bambuddy/</Support>
<Project>https://bambuddy.cool/index.html</Project>
<Overview>A powerful, self-hosted print archive and management system for Bambu Lab 3D printers. No cloud dependency, complete privacy, full control. </Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/bambuddy-logo.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1769028600</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="Time Zone" Target="TZ" Default="America/Toronto" Mode="" Description="Time zone" Type="Variable" Display="always" Required="true" Mask="false">America/Toronto</Config>
<Config Name="Web UI" Target="PORT" Default="8000" Mode="" Description="Web Ui Port due the the fact this container run in host mode if you change the value here you must change it in the field WEBUI as well" Type="Variable" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Data" Target="/app/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/bambuddy/data</Config>
<Config Name="Logs" Target="/app/logs" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/bambuddy/logs</Config>
<Config Name="Host Path 3" Target="/app/data/virtual_printer" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/bambuddy/virtual_printer</Config>
<TailscaleStateDir/>
<Changes>### 2026.01.22
- Fix port for webui issue
### 2026.01.21
- Initial Release</Changes>
</Container>