-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Forgejo foundation app * Satisfy linter
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php namespace App\SupportedApps\Forgejo; | ||
|
||
class Forgejo extends \App\SupportedApps { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"appid": "6465667a144214d8cba094ca3ad7866f043fe54a", | ||
"name": "Forgejo", | ||
"website": "https://forgejo.org/", | ||
"license": "MIT License", | ||
"description": "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.", | ||
"enhanced": false, | ||
"tile_background": "dark", | ||
"icon": "forgejo.svg" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.