Files
truecharts/charts/stable/lancache-monolithic/docs/installation_notes.md
T
kqmaverick ef9315820f docs(multiple charts): fix asides (#21073)
**Description**
Fixes asides and restores nextcloud migration guide images.

⚒️ Fixes  # 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-04-20 20:03:07 +02:00

1.3 KiB

title
title
Installation Notes

Clients like Steam, Battle.net, etc sends requests to port 80/443. In case you don't want to use traefik in front of this app, you need to change the ports.

  • Service -> Main -> Port: 80
  • Service -> https -> Port: 443

:::danger

Doing this will break Traefik and we do NOT recommend it. Also, you have to make sure that you do NOT have any other service on these ports. Like TrueNAS Scale WebUI.

:::

Lancache-dns

  • It's highly recommended to also install the lancache-dns chart along side the monolithic chart.

Lancache-Prefill

How to use lancache-prefill sidecar

:::tip

Shell into the main pod, not the prefill pod.

:::

BattleNet

cd /data/prefill/BattleNetPrefill/ && ./BattleNetPrefill -h

cron param options list.

Epic

cd /data/prefill/EpicPrefill/ && ./EpicPrefill -h

cron param options list.

Steam

cd /data/prefill/SteamPrefill/ && ./SteamPrefill -h

cron param options list.