Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Apr 23, 2019
1 parent 4ec8bf1 commit 90ba896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN cd /tmp \
&& apt-get clean

RUN cd /tmp \
&& touch /var/log/auth.log \
# begin setup for vesta
&& curl -SL https://raw.githubusercontent.com/serghey-rodin/vesta/59695acd10ce63740bcf274a13569230362e06c5/install/vst-install-ubuntu.sh -o /tmp/vst-install-ubuntu.sh \
&& sed -i -e "s/mysql\-server nginx/mysql-server/g" /tmp/vst-install-ubuntu.sh \
Expand Down Expand Up @@ -150,7 +151,6 @@ COPY rootfs/. /
RUN cd /tmp \

# tweaks
&& touch /var/log/auth.log \
&& chmod +x /etc/init.d/dovecot \
&& chmod +x /etc/service/sshd/run \
&& chmod +x /etc/init.d/mongod \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
The ultimate control panel with docker (thanks lagun4ik for a great start)

What's included?
* ubuntu 16.04 lts + Vesta 0.9.8-23
* ubuntu 16.04 lts + Vesta 0.9.8-24
* nginx (proxy) -> apache2 -> php-fcgi - high performance and flexible implementation
* ssh/sftp, letsencrypt, memcached, redis, MariaDB 10.2, postgresql 9.6, nodejs 8.x, golang 1.11, openvpn, mongodb, couchdb, .net core 2.1 runtime
* ssh/sftp, letsencrypt, memcached, redis, MariaDB 10.2, postgresql 9.6, nodejs 10.x, golang 1.12.4, openvpn, mongodb, couchdb, .net core 2.2 runtime
* folder redirection for data persistence and automatic daily backup provided by VestaCP
* DNS, named, dovecot/roundcube, spamassassin, clamav, etc... -- disabled by default
* vesta panel SSL (LE-issued) for mail and control panel - provide $HOSTNAME environment variable
Expand Down Expand Up @@ -55,7 +55,7 @@ FTP was not installed on purpose because it's not secure. Use SFTP instead on t
- [x] add incron to monitor and immediately backup /etc/{passwd,shadow,gshadow,group}
- [x] nginx pagespeed module
- [x] redirect awstats
- [x] multiple php{7.1,7.2} fcgi and fpm templates
- [x] multiple php{7.1,7.2,7.3} fcgi and fpm templates

### your todo
- [ ] I recommend the following:
Expand Down

0 comments on commit 90ba896

Please sign in to comment.