Skip to content

Commit

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

class Dockge extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions Dockge/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "0bafb882c9d2c034ca5333367f8ccc90f4ae85e4",
"name": "Dockge",
"website": "https://github.com/louislam/dockge",
"license": "MIT License",
"description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
"enhanced": false,
"tile_background": "dark",
"icon": "dockge.svg"
}
1 change: 1 addition & 0 deletions Dockge/dockge.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 020c7a5

Please sign in to comment.