fixed typos
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ adduser "$user"
|
|||||||
sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
|
sed -i "s/$user:\/bin\/ash/$user:\/bin\/bash/g" /etc/passwd
|
||||||
|
|
||||||
# TODO limiting su to the admin group
|
# TODO limiting su to the admin group
|
||||||
while [ "$vh" != "y" ] && [ "$vh" != "n" ]
|
while [ "$yn" != "y" ] && [ "$yn" != "n" ]
|
||||||
do
|
do
|
||||||
echo -n "Should we allow $user to su? [y|n] "
|
echo -n "Should we allow $user to su? [y|n] "
|
||||||
read yn
|
read yn
|
||||||
|
|||||||
@@ -18,25 +18,33 @@ each alpine linux stable release has it's branch (master is a clone of the last
|
|||||||
- [x] Fail2ban
|
- [x] Fail2ban
|
||||||
- [x] Knockd
|
- [x] Knockd
|
||||||
- [x] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
|
- [x] Mariadb (bug https://bugs.alpinelinux.org/issues/9046)
|
||||||
- [ ] mysql backups
|
- [x] mysql backups
|
||||||
- [x] php7-fpm (7.2)
|
- [x] php7-fpm (7.2)
|
||||||
- [x] Nginx
|
- [x] Nginx
|
||||||
- [x] drush
|
- [x] drush
|
||||||
- [x] composer
|
- [x] composer
|
||||||
- [ ] letsencrypt
|
- [x] letsencrypt
|
||||||
- [ ] vhosts
|
- [x] vhosts
|
||||||
- [x] redis
|
- [x] redis
|
||||||
- [x] zabbix-agent (3.4 || 4)
|
- [x] zabbix-agent (3.4 || 4)
|
||||||
- [x] urbackup-client
|
- [x] urbackup-client
|
||||||
|
- [x] passwd generator
|
||||||
|
- [x] urbackup
|
||||||
- [ ] solr
|
- [ ] 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
|
||||||
as root
|
as root
|
||||||
|
|
||||||
|
0 you may need to install ssh server
|
||||||
|
```
|
||||||
|
apk add openssh
|
||||||
|
rc-update add sshd
|
||||||
|
/etc/init.d/sshd start
|
||||||
|
```
|
||||||
|
|
||||||
1 install git
|
1 install git
|
||||||
```
|
```
|
||||||
apk add git
|
apk add git
|
||||||
|
|||||||
Reference in New Issue
Block a user