mirror of
https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh.git
synced 2024-09-03 20:26:26 +02:00
Upgrade 1.1 - Limit cpu usage
This commit is contained in:
parent
3969ee964a
commit
bced78c504
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ In addition to the chroot, the user has a limited space available.
|
||||||
|
|
||||||
So, you can provide to a distant user a limited part of your hard disk to let him put his backup, without any risk for your own server.
|
So, you can provide to a distant user a limited part of your hard disk to let him put his backup, without any risk for your own server.
|
||||||
|
|
||||||
**Shipped version:** 1.0
|
**Shipped version:** 1.1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/maniackcrudelis/ssh_chroot/archive/v1.0.tar.gz
|
SOURCE_URL=https://github.com/maniackcrudelis/ssh_chroot/archive/v1.1.tar.gz
|
||||||
SOURCE_SUM=f5bacbdf8431e42cd9727fca1ca1c4c9
|
SOURCE_SUM=fb6fef96a59a22cff69bface2c2b5baa
|
||||||
SOURCE_SUM_PRG=md5sum
|
SOURCE_SUM_PRG=md5sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "ssh chroot directories with quotas disk.",
|
"en": "ssh chroot directories with quotas disk.",
|
||||||
"fr": "Dossier ssh en chroot avec gestion de quotas."
|
"fr": "Dossier ssh en chroot avec gestion de quotas."
|
||||||
},
|
},
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"url": "https://github.com/maniackcrudelis/ssh_chroot",
|
"url": "https://github.com/maniackcrudelis/ssh_chroot",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue