Browse Source

Update README.md

pull/1/head
Tai 5 years ago committed by GitHub
parent
commit
03548a3a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      README.md

28
README.md

@ -8,21 +8,17 @@ https://github.com/StarWhiz/docker_deployment_notes/tree/master/initial%20ubuntu
After you finish the A-Z guide. You can then follow application specific guides from me below. Or from [DoTheEvo](https://github.com/DoTheEvo/selfhosted-apps-docker) for other apps. After you finish the A-Z guide. You can then follow application specific guides from me below. Or from [DoTheEvo](https://github.com/DoTheEvo/selfhosted-apps-docker) for other apps.
## Application Specific Deployments ## Application Specific Deployment Guides
#### Seafile
https://github.com/StarWhiz/docker_deployment_notes/tree/master/seafile ##### [FreePBX+Asterisk](https://github.com/StarWhiz/docker_deployment_notes/tree/master/freepbx-asterisk)
##### [PureFTPd](https://github.com/StarWhiz/docker_deployment_notes/tree/master/pureftpd)
#### Wordpress ##### [qBit+windscribe](https://github.com/StarWhiz/docker_deployment_notes/tree/master/qbit-windscribe)
https://github.com/StarWhiz/docker_deployment_notes/tree/master/wordpress ##### [Rocket.chat](https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat)
##### [ShinobiCCTV (Not Recommended)](https://github.com/StarWhiz/docker_deployment_notes/tree/master/shinobi)
#### Rocket.chat ##### [Seafile](https://github.com/StarWhiz/docker_deployment_notes/tree/master/seafile)
https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat ##### [Ubiquiti UniFi Controller](https://github.com/StarWhiz/docker_deployment_notes/tree/master/unifi-controller)
##### [Wordpress](https://github.com/StarWhiz/docker_deployment_notes/tree/master/wordpress)
#### Zoneminder ##### [Zoneminder](https://github.com/StarWhiz/docker_deployment_notes/tree/master/zoneminder)
https://github.com/StarWhiz/docker_deployment_notes/tree/master/zoneminder
#### ShinobiCCTV
https://github.com/StarWhiz/docker_deployment_notes/tree/master/shinobi
# Quick-References and Notes # Quick-References and Notes
@ -83,7 +79,7 @@ VARIABLE_A=My_SQL_PASSWORD
``` ```
# Caddy v2 References ## Caddy v2 References
To prevent automatic HTTPS on Caddy 2, append http:// to your CaddyFile Entries. Example Below. To prevent automatic HTTPS on Caddy 2, append http:// to your CaddyFile Entries. Example Below.
``` ```
http://subdomain.yourdomain.com { http://subdomain.yourdomain.com {

Loading…
Cancel
Save