Skip to content

Commit

Permalink
add casaos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspeedau committed Dec 9, 2023
1 parent d0c189e commit 8b370a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CasaOS/CasaOS.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\CasaOS;

class CasaOS extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions CasaOS/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "c1f84beb40ec87b367bb8f4de5adf53052cb8671",
"name": "CasaOS",
"website": "https://www.casaos.io/",
"license": "Apache License 2.0",
"description": "A simple, easy-to-use, elegant open-source Personal Cloud system.",
"enhanced": false,
"tile_background": "dark",
"icon": "casaos.svg"
}

0 comments on commit 8b370a4

Please sign in to comment.