Add IT Tools

This commit is contained in:
DrMxrcy 2023-03-28 18:43:44 -04:00
parent 2bfb74f688
commit 7d94269506
5 changed files with 57 additions and 0 deletions

View File

@ -37,6 +37,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Home Assistant](https://github.com/home-assistant/core) - Open source home automation that puts local control and privacy first
- [HomeBox](https://github.com/hay-kot/homebox) - Homebox is the inventory and organization system built for the Home User
- [Immich](https://github.com/immich-app/immich) - Photo and video backup solution directly from your mobile phone
- [IT-Tools](https://github.com/CorentinTh/it-tools) - Collection of handy online tools for developers, with great UX.
- [Invidious](https://github.com/iv-org/invidious) - An alternative front-end to YouTube
- [Jackett](https://github.com/Jackett/Jackett) - API Support for your favorite torrent trackers
- [Jellyfin](https://github.com/jellyfin/jellyfin) - A media server for your home collection

16
apps/it-tools/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"$schema": "../schema.json",
"name": "IT-Tools",
"port": 8171,
"available": true,
"exposable": true,
"id": "it-tools",
"tipi_version": 1,
"version": "latest",
"categories": ["utilities"],
"description": "Useful tools for developer and people working in IT. ",
"short_desc": "Collection of handy online tools for developers, with great UX.",
"author": "CorentinTh",
"source": "https://github.com/CorentinTh/it-tools",
"form_fields": []
}

View File

@ -0,0 +1,19 @@
version: "3"
services:
it-tools:
container_name: it-tools
image: corentinth/it-tools:latest
ports:
- ${APP_PORT}:80
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.it-tools.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.it-tools.entrypoints: websecure
traefik.http.routers.it-tools.service: it-tools
traefik.http.routers.it-tools.tls.certresolver: myresolver
traefik.http.services.it-tools.loadbalancer.server.port: 80

View File

@ -0,0 +1,21 @@
[![logo](https://github.com/CorentinTh/it-tools/raw/main/.github/logo.png)](https://github.com/CorentinTh/it-tools/blob/main/.github/logo.png)
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
## [](https://github.com/CorentinTh/it-tools?ref=noted#functionalities-and-roadmap)Functionalities and roadmap
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.
You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new?assignees=corentinth&labels=&template=feature_request.md&title=)!
## Credits
Coded with ❤️ by [Corentin Thomasset](https://github.com//corentin-thomasset.fr).
This project is continuously deployed using [vercel.com](https://vercel.com).
[![IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt](https://camo.githubusercontent.com/4e238aeb3378836cd3ba8b2e5aa4d9baea9155b7e75cdbb37fca06ff816c5b35/68747470733a2f2f6170692e70726f6475637468756e742e636f6d2f776964676574732f656d6265642d696d6167652f76312f66656174757265642e7376673f706f73745f69643d333435373933267468656d653d6c69676874)](https://www.producthunt.com/posts/it-tools?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-it-tools) [![IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt](https://camo.githubusercontent.com/586922f1c0e9c03b513483744ef31f8f0f8865f84ecc65a983df4afaee566c3c/68747470733a2f2f6170692e70726f6475637468756e742e636f6d2f776964676574732f656d6265642d696d6167652f76312f746f702d706f73742d62616467652e7376673f706f73745f69643d333435373933267468656d653d6c6967687426706572696f643d6461696c79)](https://www.producthunt.com/posts/it-tools?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-it-tools)
## [](https://github.com/CorentinTh/it-tools?ref=noted#license)License
This project is under the [GNU GPLv3](https://github.com/CorentinTh/it-tools/blob/main/LICENSE).

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB