1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeroui_ynh.git synced 2024-09-03 18:05:57 +02:00

Merge pull request #2 from YunoHost-Apps/ci-auto-update-1.5.8

Upgrade to v1.5.8
This commit is contained in:
OniriCorpe 2024-02-15 19:08:32 +01:00 committed by GitHub
commit 637092b5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 7 deletions

View file

@ -26,16 +26,19 @@ This project is highly inspired by [ztncui](https://github.com/key-networks/ztnc
- ZeroUI is more feature complete. ZeroUI has almost all network-controller-supported features, for example, rule editor. The development process hasn't stopped, so you will enjoy new features and bug fixes shortly.
**Shipped version:** 1.5.1~ynh1
**Shipped version:** 1.5.8~ynh1
## Screenshots
![Screenshot of ZeroUI](./doc/screenshots/homepage.png)
## :red_circle: Antifeatures
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
## Documentation and resources
* Upstream app code repository: <https://github.com/dec0dOS/zero-ui>
* YunoHost documentation for this app: <https://yunohost.org/app_zeroui>
* Report a bug: <https://github.com/YunoHost-Apps/zeroui_ynh/issues>
## Developer info

View file

@ -26,16 +26,19 @@ This project is highly inspired by [ztncui](https://github.com/key-networks/ztnc
- ZeroUI is more feature complete. ZeroUI has almost all network-controller-supported features, for example, rule editor. The development process hasn't stopped, so you will enjoy new features and bug fixes shortly.
**Version incluse :** 1.5.1~ynh1
**Version incluse :** 1.5.8~ynh1
## Captures décran
![Capture décran de ZeroUI](./doc/screenshots/homepage.png)
## :red_circle: Fonctions indésirables
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
## Documentations et ressources
* Dépôt de code officiel de lapp : <https://github.com/dec0dOS/zero-ui>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_zeroui>
* Signaler un bug : <https://github.com/YunoHost-Apps/zeroui_ynh/issues>
## Informations pour les développeurs

View file

@ -7,7 +7,7 @@ name = "ZeroUI"
description.en = "A web user interface for a ZeroTier network controller"
description.fr = "Une interface utilisateur web pour un contrôleur de réseau ZeroTier"
version = "1.5.1~ynh1"
version = "1.5.8~ynh1"
maintainers = ["tituspijean"]
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/dec0dOS/zero-ui/archive/refs/tags/v1.5.1.tar.gz"
sha256 = "cbdceeec98c3c3ed2399147414cdba42d937f2b0cb1d481fce5df7eb2d4dbc4f"
url = "https://github.com/dec0dOS/zero-ui/archive/refs/tags/v1.5.8.tar.gz"
sha256 = "465ec7d0b90296720b6cbee8f2b4dfa03fdbfd525cbdf04a55d0754709ea71e0"
autoupdate.strategy = "latest_github_tag"