Skip to content

Commit

Permalink
Add IT-Tools compose (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Oct 15, 2023
1 parent dfcc4ce commit 14efd72
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
31 changes: 31 additions & 0 deletions servapps/IT-Tools/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"cosmos-installer": {},
"minVersion": "0.7.6",
"services": {
"{ServiceName}": {
"image": "corentinth/it-tools",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/IT-Tools/icon.png"
},
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:80",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/IT-Tools/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "IT-Tools",
"description": "Collection of handy online tools for developers, with great UX.",
"longDescription": "<p>IT Tools is a free and open-source collection of handy online tools for developers & people working in IT. It includes a token generator, case converter, base converter QR code generator, Git cheatsheet, lorem ipsum generator,.. and many more !</p>",
"tags": ["productivity", "tools", "developer-tools", "it", "collection"],
"repository": "https://github.com/CorentinTh/it-tools",
"image": "https://hub.docker.com/r/corentinth/it-tools",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/IT-Tools/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/IT-Tools/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/IT-Tools/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/IT-Tools/screenshots/3.png
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 14efd72

Please sign in to comment.