mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
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
This commit is contained in:
parent
3acd435e77
commit
842be2c6d2
5 changed files with 3 additions and 6 deletions
4
.github/ISSUE_TEMPLATE/addition.md
vendored
4
.github/ISSUE_TEMPLATE/addition.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue