do_user_scripts
do_user_scripts copied to clipboard
This shell script installs and configures wordpress with nginx and php 7.1
In reply to issue : https://github.com/digitalocean/do_user_scripts/issues/48
[Bolt](https://bolt.cm) is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates,...
https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/network/open-vpn.yml This user script needs an update. I'm not sure why, but now I have to add this iptables command to get traffic to go through the VPN: ``` iptables...
I use Docker a lot and the project is updating very quickly. The DO image is not following the [standard installation setup](https://docs.docker.com/engine/installation/linux/ubuntulinux/). i.e. `8) Save and close the /etc/apt/sources.list.d/docker.list file.`...
As we know there are many ways to create a default firewall. I would like to contribute a default policy that is not installed in the droplets, I will be...
Script : lemp.yml Hi, from your script appear you miss to enable and run mariadb-server after install it : systemctl enable mariadb systemctl restart mariadb Additional, to secure it :...
https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/network/open-vpn.yml I update it to this and it seems to work fine now. `IPADDR=$(curl -s "http://canihazip.com/s")`
Creating a user not named "root" seems to be suggested via the DO docs. But if I run this user script WordPress is installed by the root user and I...
Many of your users prefer to use FreeBSD for its UNIX kernel. Some of use have our own scripts, but we would like a place to share them and see...