diff --git a/Apps/.DS_Store b/Apps/.DS_Store index aa6e3af..5008ddf 100644 Binary files a/Apps/.DS_Store and b/Apps/.DS_Store differ diff --git a/Apps/mycoolapp/README.md b/Apps/mycoolapp/README.md deleted file mode 100644 index 9d4c86d..0000000 --- a/Apps/mycoolapp/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# InfluxDB v1 - -Manage all types of time series data in a single, purpose-built database. - ---- - -**Homepage:** https://www.influxdata.com/influxdb/ - -**Documentation:** https://docs.influxdata.com/influxdb/v1.8 - -**WebUI Port:** `8091` diff --git a/Apps/mycoolapp/app.json b/Apps/mycoolapp/app.json deleted file mode 100644 index 8857834..0000000 --- a/Apps/mycoolapp/app.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "title": "MyCoolApp", - "description": "A cool custom app", - "developer": "Me", - "image": "linuxserver/jellyfin:latest", - "ports": { - "8096/tcp": "8096" - }, - "volumes": { - "/config": "/mnt/data/jellyfin/config", - "/media": "/mnt/media" - }, - "web_ui": "http://[HOST_IP]:[PORT:8096]", - "icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-icon.png" -} diff --git a/Apps/mycoolapp/docker-compose.yml b/Apps/mycoolapp/docker-compose.yml index 67d922c..493b12c 100644 --- a/Apps/mycoolapp/docker-compose.yml +++ b/Apps/mycoolapp/docker-compose.yml @@ -38,32 +38,27 @@ services: description: en_us: Contains all database files. x-casaos: - architectures: - - amd64 - - arm64 - - arm + title: + en_us: Mon app à moi ! author: François Chazal - category: Tools - description: - en_us: | - Visit [Influx Data](https://www.influxdata.com/influxdb/) for more details. Check the [documentation](https://docs.influxdata.com/influxdb/v1.8/) for further settings. - - 🚨 Note: This app will always stay on the latest version of 1.x. If you want to upgrade always to the latest version install `InfluxDB` instead. - developer: CasaAppstore - icon: https://raw.githubusercontent.com/mr-manuel/CasaOS-HomeAutomation-AppStore/latest/Apps/InfluxDB-v1/icon.png - index: /health - main: influxdb-v1 - port_map: "8091" + category: Utilities + developer: François Chazal project_url: https://github.com/mr-manuel/CasaOS-HomeAutomation-AppStore - store_app_id: influxdb-v1 + icon: https://git.chazal.me/PUBLIC/casaos-store/raw/commit/30c775a1f85a0fda046be3c0ff0eb60316e59e90/Apps/mycoolapp/icon.png + thumbnail: https://git.chazal.me/PUBLIC/casaos-store/raw/commit/30c775a1f85a0fda046be3c0ff0eb60316e59e90/Apps/mycoolapp/screenshot-2.jpg tagline: en_us: | - Give me the Force - and all strength ! - thumbnail: https://raw.githubusercontent.com/mr-manuel/CasaOS-HomeAutomation-AppStore/latest/Apps/InfluxDB-v1/icon.png + Mais quelle galère ! + description: + en_us: | + C'est une app en or :) tips: before_install: en_us: | DO you think ? - title: - en_us: MyCoolAppEN + main: influxdb-v1 + architectures: + - amd64 + index: / + port_map: "8091" + store_app_id: influxdb-v1 diff --git a/Apps/mycoolapp/screenshot-1.jpg b/Apps/mycoolapp/screenshot-1.jpg new file mode 100644 index 0000000..30a2e15 Binary files /dev/null and b/Apps/mycoolapp/screenshot-1.jpg differ diff --git a/Apps/mycoolapp/screenshot-2.jpg b/Apps/mycoolapp/screenshot-2.jpg new file mode 100644 index 0000000..178e182 Binary files /dev/null and b/Apps/mycoolapp/screenshot-2.jpg differ diff --git a/Apps/mycoolapp/screenshot-3.jpg b/Apps/mycoolapp/screenshot-3.jpg new file mode 100644 index 0000000..102b44b Binary files /dev/null and b/Apps/mycoolapp/screenshot-3.jpg differ