Commit graph

545 commits

Author SHA1 Message Date
awesome-selfhosted-bot
e9076de2b7 [bot] update projects metadata 2023-08-17 00:39:43 +00:00
awesome-selfhosted-bot
f1c4891cf3 [bot] update projects metadata 2023-08-16 00:40:18 +00:00
awesome-selfhosted-bot
3690c5ba94 [bot] update projects metadata 2023-08-15 00:40:55 +00:00
awesome-selfhosted-bot
ccc7c685e4 [bot] update projects metadata 2023-08-14 00:38:34 +00:00
awesome-selfhosted-bot
2c2538160d [bot] update projects metadata 2023-08-13 00:39:33 +00:00
awesome-selfhosted-bot
ed2120344d [bot] update projects metadata 2023-08-12 00:43:09 +00:00
awesome-selfhosted-bot
a31e4eb935 [bot] update projects metadata 2023-08-11 00:41:41 +00:00
awesome-selfhosted-bot
b80c9d6cf6 [bot] update projects metadata 2023-08-10 00:41:57 +00:00
awesome-selfhosted-bot
0bf3af4940 [bot] update projects metadata 2023-08-09 00:41:45 +00:00
nodiscc
a3e45164ab
tools/export_html: footer: add a link to the HTML source git repository and YAML data (#53) 2023-08-07 22:36:33 +00:00
nodiscc
4e36a8b8a7
markdown/header: add links to HTML and markdown versions (#54)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/pull/4027
2023-08-07 22:36:18 +00:00
nodiscc
c5d137ae9b
footer: external links: update communities/forums links (#57)
- as per https://github.com/awesome-selfhosted/awesome-selfhosted#external-links
2023-08-07 22:36:02 +00:00
nodiscc
bc9f522c88
remove Tanoshi (the project is archived) (#56)
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/1
2023-08-07 22:26:16 +00:00
nodiscc
19209b992a
update data/metadata (make import update_metadata) 2023-08-08 00:13:15 +02:00
awesome-selfhosted-bot
88dce12a6e [bot] update projects metadata 2023-08-06 00:41:42 +00:00
awesome-selfhosted-bot
d44b22327a [bot] update projects metadata 2023-08-05 00:40:36 +00:00
awesome-selfhosted-bot
37fed0af6b [bot] update projects metadata 2023-08-04 00:43:02 +00:00
awesome-selfhosted-bot
3f2295b4bc [bot] update projects metadata 2023-08-03 00:40:03 +00:00
awesome-selfhosted-bot
75684e2c91 [bot] update projects metadata 2023-08-02 00:40:02 +00:00
awesome-selfhosted-bot
ae8f5dd5ea [bot] update projects metadata 2023-08-01 00:43:42 +00:00
nodiscc
97f1bad00a
tools/github actions: build: always check out the latest commit of the branch that triggered the workflow (#52)
- without this, the commit that would be checked out would be the one that triggered the workflow
- when called from the needs: keyword in daily-update-metadata.yml, the build would run from the version prior to automatic metadata update/commit back to the repository
2023-07-31 20:48:34 +00:00
awesome-selfhosted-bot
f40e6f92df [bot] update projects metadata 2023-07-31 00:39:24 +00:00
awesome-selfhosted-bot
f72e742c23 [bot] update projects metadata 2023-07-30 00:40:11 +00:00
nodiscc
7e97f588e2
tools: github actions: fail/display red badge when unmaintained projects are detected
- lower error/warning days threshold, but only for the scheduled/daily check (leave thresholds unchanged for pull requests/pre-build checks)
- error if 365 days without updated, warning if 186 days without updates
- update hecat to v1.1.0 https://github.com/nodiscc/hecat/releases/tag/1.1.0
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/50
2023-07-29 17:57:57 +02:00
awesome-selfhosted-bot
91a7905308 [bot] update projects metadata 2023-07-29 00:39:36 +00:00
nodiscc
eb8c117b90
tools/github actions: allow concurrent runs of dead links/unmaintained projects workflows 2023-07-28 14:25:55 +02:00
nodiscc
11520bd624
tools/github actions: split dead links/unmaintained projects check workflow to separate workflows
- generate 2 separate badges and use them in the project README, CONTRIBUTING, output markdown files
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/49
2023-07-28 14:17:50 +02:00
nodiscc
3bb73247d2
tools/github actions: display the target environment URL on the workflow page 2023-07-28 14:08:10 +02:00
nodiscc
07462d18a3
tools/github actions: build/push markdown/html version in parallel 2023-07-28 14:06:06 +02:00
nodiscc
69b76a3961
tools: makefile: push_markdown/html: include the hash of the source commit in the commit message
- edit a random description so we have something to commit to the markdown repository
2023-07-28 13:56:25 +02:00
awesome-selfhosted-bot
fe5a61c559 [bot] update projects metadata 2023-07-28 03:54:22 +00:00
nodiscc
5e6d3c73f6
doc: contributing: Remove software from the list (#47)
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/41
2023-07-27 16:20:42 +00:00
nodiscc
06ea2766d3
Merge branch 'upgrade-hecat' 2023-07-27 17:43:01 +02:00
awesome-selfhosted-bot
ab06929f64 [bot] update projects metadata 2023-07-27 14:59:27 +00:00
nodiscc
b443c3f7fe
tools: upgrade hecat to v1.0.2
- https://github.com/nodiscc/hecat/releases/tag/1.0.2
- remove manual sphinx installation as it is now correctly installed through setup_requires
2023-07-27 16:34:21 +02:00
nodiscc
0a6c1bd8fd
tools/github actions: update-metadata: only run the build job once the update-metadata job completed successfully 2023-07-27 14:44:22 +02:00
nodiscc
f8fc616e56
tools/github actions: make build workflow reusable by other workflows
- https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_call
- https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/runs/5680604483
- error parsing called workflow: workflow is not reusable as it is missing a on.workflow_call trigger
2023-07-27 14:42:02 +02:00
nodiscc
7412b5ad24
tools/github actions: build and push html/markdown exports after automatic metadata updates
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/45
2023-07-27 14:33:54 +02:00
awesome-selfhosted-bot
0f644ec89b [bot] update projects metadata 2023-07-27 00:42:45 +00:00
nodiscc
197d9cd7a7
doc: move contribution guidelines to CONTRIBUTING.md (#44)
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/40
- doc: ISSUE_TEMPLATE/other.md: cleanup
- doc: .github/PULL_REQUEST_TEMPLATE.md: fix link to addition template
- doc: LICENSE: fix license file header/auomatic license detection by Github
- doc: license: add link to summary of license terms
- doc: group authors and licenses sections
2023-07-26 19:50:16 +00:00
awesome-selfhosted-bot
8a23a45104 [bot] update projects metadata 2023-07-26 19:41:42 +00:00
awesome-selfhosted-bot
1a074a7129 [bot] update projects metadata 2023-07-25 00:41:06 +00:00
nodiscc
d157f626ce
tools: makefile/github actions: don't call make install target multiple times
- make install must only run manually when the build environment has not been set up yet
2023-07-24 20:36:24 +02:00
nodiscc
64dce41ca3
tools: cleanup: move conf.py under .hecat/ directory 2023-07-24 20:36:24 +02:00
Rabenherz112
9f2b184724
Add James to Communication - Email - Mail Delivery Agents (#36) 2023-07-24 18:07:27 +00:00
nodiscc
30fa8ee1d1
update data/metadata (make import update_metadata) 2023-07-24 20:00:22 +02:00
nodiscc
59ed57f993
tools: bump hecat to v1.0.1
- https://github.com/nodiscc/hecat/releases/tag/1.0.1
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/33
2023-07-24 19:47:18 +02:00
awesome-selfhosted-bot
d503ba948d [bot] update projects metadata 2023-07-24 16:53:29 +00:00
nodiscc
fd86166b5f
tools: pin hecat version at 1.0.0
- https://github.com/nodiscc/hecat/releases/tag/1.0.0
2023-07-24 16:33:44 +02:00
nodiscc
a6c2697173
markdown: update header from https://github.com/awesome-selfhosted/awesome-selfhosted 2023-07-24 16:13:19 +02:00