mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Add GameVault and CC-BY-NC-SA-4.0 license (#436)
Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com>
This commit is contained in:
parent
f967d965c8
commit
0a3f5c16ce
4 changed files with 19 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ steps:
|
|||
- 'BUSL-1.1'
|
||||
- 'CC-BY-NC-4.0'
|
||||
- 'CC-BY-NC-SA-3.0'
|
||||
- 'CC-BY-NC-SA-4.0'
|
||||
- 'CC-BY-ND-3.0'
|
||||
- 'Commons-Clause'
|
||||
- 'DPL'
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ steps:
|
|||
- 'BUSL-1.1'
|
||||
- 'CC-BY-NC-4.0'
|
||||
- 'CC-BY-NC-SA-3.0'
|
||||
- 'CC-BY-NC-SA-4.0'
|
||||
- 'CC-BY-ND-3.0'
|
||||
- 'Commons-Clause'
|
||||
- 'DPL'
|
||||
|
|
@ -37,6 +38,7 @@ steps:
|
|||
- 'BUSL-1.1'
|
||||
- 'CC-BY-NC-4.0'
|
||||
- 'CC-BY-NC-SA-3.0'
|
||||
- 'CC-BY-NC-SA-4.0'
|
||||
- 'CC-BY-ND-3.0'
|
||||
- 'Commons-Clause'
|
||||
- 'DPL'
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
name: Creative Commons Attribution-NonCommercial-ShareAlike License 3.0
|
||||
url: https://creativecommons.org/licenses/by-nc-sa/3.0/
|
||||
|
||||
- identifier: CC-BY-NC-SA-4.0
|
||||
name: Creative Commons Attribution-NonCommercial-ShareAlike License 4.0
|
||||
url: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||
|
||||
- identifier: CC-BY-ND-3.0
|
||||
name: Creative Commons Attribution-NoDerivs Unported License 3.0
|
||||
url: https://creativecommons.org/licenses/by-nd/3.0/
|
||||
|
|
|
|||
12
software/gamevault.yml
Normal file
12
software/gamevault.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: "GameVault"
|
||||
website_url: "https://gamevau.lt"
|
||||
source_code_url: "https://github.com/Phalcode/gamevault-backend"
|
||||
description: "Organize, download, and play DRM-free games from your own server, complete with metadata enrichment and user-friendly interface."
|
||||
licenses:
|
||||
- CC-BY-NC-SA-4.0
|
||||
platforms:
|
||||
- Nodejs
|
||||
- Docker
|
||||
tags:
|
||||
- Miscellaneous
|
||||
demo_url: "https://demo.gamevau.lt"
|
||||
Loading…
Reference in a new issue