Skip to content

Commit

Permalink
Add Forgejo foundation app
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn committed Jan 24, 2024
1 parent c14704e commit 3b0e2a1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Forgejo/Forgejo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Forgejo;

class Forgejo extends \App\SupportedApps {

Check failure on line 3 in Forgejo/Forgejo.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

Class App\SupportedApps\Forgejo\Forgejo extends unknown class App\SupportedApps.

}
10 changes: 10 additions & 0 deletions Forgejo/app.json
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"
}
27 changes: 27 additions & 0 deletions Forgejo/forgejo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b0e2a1

Please sign in to comment.