From 842be2c6d2bb4298d9e358dc583c6c72a1c44446 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 13 Nov 2023 17:51:44 +0000 Subject: [PATCH] doc/fix: depends_3rdparty must be a valid boolean value (true/false/True/False) (#365) - ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/356 --- .github/ISSUE_TEMPLATE/addition.md | 4 ++-- software/flyimg.yml | 1 - software/forgejo.yml | 1 - software/inginious.yml | 1 - software/websurfx.yml | 2 +- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/addition.md b/.github/ISSUE_TEMPLATE/addition.md index e3cbeada30..c9af1052e6 100644 --- a/.github/ISSUE_TEMPLATE/addition.md +++ b/.github/ISSUE_TEMPLATE/addition.md @@ -38,8 +38,8 @@ tags: - Calendar & Contacts - Bookmarks and Link Sharing - Pastebins -# (optional, yes/no, default no) whether the software depends on a third-party service outside the user's control -depends_3rdparty: yes +# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control +depends_3rdparty: true # (optional) link to an interactive demo of the software demo_url: "https://my.awesome.softwar.e/demo" # (optional) link to a list of clients/addons/plugins/apps/bots... for the software diff --git a/software/flyimg.yml b/software/flyimg.yml index b1828200c1..69db5b1466 100644 --- a/software/flyimg.yml +++ b/software/flyimg.yml @@ -8,7 +8,6 @@ platforms: - Docker tags: - Miscellaneous -depends_3rdparty: no demo_url: https://demo.flyimg.io stargazers_count: 834 updated_at: '2023-10-30' diff --git a/software/forgejo.yml b/software/forgejo.yml index 78e705f156..cda8391aa3 100644 --- a/software/forgejo.yml +++ b/software/forgejo.yml @@ -10,6 +10,5 @@ platforms: tags: - Software Development - Project Management - Ticketing -depends_3rdparty: no demo_url: https://next.forgejo.org related_software_url: https://codeberg.org/forgejo-contrib/delightful-forgejo diff --git a/software/inginious.yml b/software/inginious.yml index 7213bc1587..e795374ae3 100644 --- a/software/inginious.yml +++ b/software/inginious.yml @@ -9,7 +9,6 @@ platforms: - Docker tags: - Learning and Courses -depends_3rdparty: no related_software_url: https://github.com/UCL-INGI/INGInious-plugins stargazers_count: 186 updated_at: '2023-10-24' diff --git a/software/websurfx.yml b/software/websurfx.yml index 77a8a62978..262194003b 100644 --- a/software/websurfx.yml +++ b/software/websurfx.yml @@ -9,7 +9,7 @@ platforms: - Docker tags: - Search Engines -depends_3rdparty: yes +depends_3rdparty: true stargazers_count: 441 updated_at: '2023-11-10' archived: false