Skip to content

Commit

Permalink
Add Immich foundation app (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored Jan 24, 2024
1 parent a03a5ef commit ca6aa0a
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Immich/Immich.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Immich;

class Immich extends \App\SupportedApps {

Check failure on line 3 in Immich/Immich.php

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

}
10 changes: 10 additions & 0 deletions Immich/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "101e12b916274de5d628fad717f09c5ca302b5c2",
"name": "Immich",
"website": "https://immich.app/",
"license": "MIT License",
"description": "\"High performance self-hosted photo and video backup solution directly from your mobile phone\"",
"enhanced": false,
"tile_background": "dark",
"icon": "immich.svg"
}
98 changes: 98 additions & 0 deletions Immich/immich.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 ca6aa0a

Please sign in to comment.