genpasswd
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16)"
|
||||||
|
echo "$_pass"
|
||||||
@@ -16,7 +16,8 @@ each alpine linux stable release has it's branch (master is a clone of the last
|
|||||||
- [x] Ufw (may be eventualy replaced by awall ?)
|
- [x] Ufw (may be eventualy replaced by awall ?)
|
||||||
- [x] Fail2ban
|
- [x] Fail2ban
|
||||||
- [x] Knockd
|
- [x] Knockd
|
||||||
- [ ] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
|
- [x] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
|
||||||
|
- [ ] mysql backups
|
||||||
- [x] php7-fpm (7.1)
|
- [x] php7-fpm (7.1)
|
||||||
- [x] Nginx
|
- [x] Nginx
|
||||||
- [x] drush
|
- [x] drush
|
||||||
@@ -26,8 +27,10 @@ each alpine linux stable release has it's branch (master is a clone of the last
|
|||||||
- [x] redis
|
- [x] redis
|
||||||
- [x] zabbix-agent (3.4)
|
- [x] zabbix-agent (3.4)
|
||||||
- [x] urbackup-client
|
- [x] urbackup-client
|
||||||
|
- [ ] solr
|
||||||
- [ ] git barre repos
|
- [ ] git barre repos
|
||||||
- [ ] Proftpd
|
- [ ] Proftpd
|
||||||
|
- [x] passwd generator
|
||||||
|
|
||||||
## how to use it
|
## how to use it
|
||||||
on a fresh install
|
on a fresh install
|
||||||
|
|||||||
Reference in New Issue
Block a user