Skip to content

Commit ed57262

Browse files
author
nanos
committed
more sub divisions
1 parent 47e1012 commit ed57262

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ You can run FediFetcher as a GitHub Action, a cron job, a container, or a system
7474
> [!NOTE]
7575
>
7676
> Keep in mind that [the schedule event can be delayed during periods of high loads of GitHub Actions workflow runs](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule).
77+
<hr>
7778
</details>
7879
<details>
7980
<summary>
80-
<h4 id="to-run-fedifetcher-as-a-github-action">To run FediFetcher as a cron job:</h4>
81+
<h4 id="cron-job">To run FediFetcher as a cron job:</h4>
8182
</summary>
8283
8384
1. Clone this repository.
@@ -90,10 +91,12 @@ When using a cronjob, we are using file based locking to avoid multiple overlapp
9091
> [!TIP]
9192
>
9293
> If you are running FediFetcher locally, my recommendation is to run it manually once, before turning on the cron job: The first run will be significantly slower than subsequent runs, and that will help you prevent overlapping during that first run.
93-
94+
<hr>
9495
</details>
95-
96-
#### To run FediFetcher from a container:
96+
<details>
97+
<summary>
98+
<h4 id="container">To run FediFetcher from a container:</h4>
99+
</summary>
97100
98101
FediFetcher is also available in a pre-packaged container, [FediFetcher](https://github.com/nanos/FediFetcher/pkgs/container/fedifetcher) - Thank you [@nikdoof](https://github.com/nikdoof).
99102

@@ -109,10 +112,15 @@ Persistent files are stored in `/app/artifacts` within the container, so you may
109112
An [example Kubernetes CronJob](./examples/k8s-cronjob.yaml) for running the container is included in the `examples` folder.
110113

111114
An [example Docker Compose Script](./examples/docker-compose.yaml) for running the container periodically is included in the `examples` folder.
112-
113-
#### To run FediFetcher with systemd-timer:
115+
<hr>
116+
</details>
117+
<details>
118+
<summary>
119+
<h4 id="systemd">To run FediFetcher with systemd-timer:</h4>
114120

115121
See [systemd.md](./examples/systemd.md)
122+
<hr>
123+
</details>
116124

117125
### Configuration options
118126

0 commit comments

Comments
 (0)