diff --git a/README.md b/README.md index 3b728ed1..2b71c89b 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ ## ✨ Features -- πŸš€ One-Click Device Wake-Up Dashboard -- ⏰ Timed Events via Cron for Automation -- πŸ”Œ Ping Any Port You Choose -- πŸ” Discover Devices with Network Scanning (nmap required) -- πŸ‘€ Secured User Management -- 🌐 i18n support for [these](https://github.com/seriousm4x/UpSnap/tree/master/frontend/src/lib/i18n) languages -- 🎨 29 Themes -- 🐳 [Docker images](https://github.com/seriousm4x/UpSnap/pkgs/container/upsnap) for amd64, arm64, arm/v7, arm/v6 -- 🏠 Self-Hostable, No Cloud Bullshit! +- πŸš€ One-Click Device Wake-Up Dashboard +- ⏰ Timed Events via Cron for Automation +- πŸ”Œ Ping Any Port You Choose +- πŸ” Discover Devices with Network Scanning (nmap required) +- πŸ‘€ Secured User Management +- 🌐 i18n support for [these](https://github.com/seriousm4x/UpSnap/tree/master/frontend/src/lib/i18n) languages +- 🎨 29 Themes +- 🐳 [Docker images](https://github.com/seriousm4x/UpSnap/pkgs/container/upsnap) for amd64, arm64, arm/v7, arm/v6 +- 🏠 Self-Hostable ## πŸ“Έ Screenshots @@ -84,7 +84,7 @@ If you want to change the port from 8090 to something else, change the following ```yml entrypoint: /bin/sh -c "./upsnap serve --http 0.0.0.0:5000" healthcheck: - test: curl -fs "http://localhost:5000/api/health" || exit 1 + test: curl -fs "http://localhost:5000/api/health" || exit 1 ``` ### Install additional packages for shutdown cmd @@ -121,12 +121,13 @@ Although UpSnap has user authorisation, it is **not recommended to expose it to UpSnap is available in the following languages so far: -- πŸ‡ΊπŸ‡Έ **English** (en-US) -- πŸ‡©πŸ‡ͺ **German** (de-DE) -- πŸ‡ͺπŸ‡Έ **Spanish** (es-ES) -- πŸ‡«πŸ‡· **French** (fr-FR) -- πŸ‡΅πŸ‡Ή **Portuguese** (pt-PT) -- πŸ‡¨πŸ‡³ **Chinese** (zh-CN) +- πŸ‡ΊπŸ‡Έ **English** (en-US) +- πŸ‡©πŸ‡ͺ **German** (de-DE) +- πŸ‡ͺπŸ‡Έ **Spanish** (es-ES) +- πŸ‡«πŸ‡· **French** (fr-FR) +- πŸ‡΅πŸ‡Ή **Portuguese** (pt-PT) +- πŸ‡¨πŸ‡³ **Chinese** (zh-CN) +- πŸ‡ΉπŸ‡Ό **Chinese (Taiwan)** (zh-TW) **If you want to contribute and help translating, check the wiki: [How to add languages](https://github.com/seriousm4x/UpSnap/wiki/How-to-add-languages)**