Skip to content

Commit ded9ba6

Browse files
committed
readme update
1 parent cb1ccb7 commit ded9ba6

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

traefik_stack5/README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,26 @@ The container for the first URL is actually named `home`.
109109

110110
This password is encrypted in our configs `.configs/traefik.toml`
111111

112-
To generate yours your htpasswd`, you can use my container:
112+
To quickly generate yours with htpasswd, use my container:
113113

114114
```
115115
docker run --rm -it devmtl/alpinefire:3.8-D sh -c 'htpasswd -Bbn admin changethispass'
116116
```
117117

118-
This will display something like:
118+
This will display:
119119

120120
```
121121
admin:$2y$05$pAfipn3.brdHMI2eWGnYH.84XYqLozp1sUPi36/l54UAwv.zGLtNC
122122
```
123123

124-
Insert this string in `.configs/traefik.toml`.
124+
Insert this string in your `.configs/traefik.toml`.
125125

126126
#### What is Traefik?
127+
127128
[Traefik](https://docs.traefik.io/configuration/backends/docker/) is a powerful layer 7 reverse proxy. Once running, the proxy will give you access to many web apps. I think this is a solid use cases to understand how this reverse-proxy works.
128129

129130
#### Traefik version
131+
130132
In `toolproxy.yml` look for something like `traefik:1.7.6`.
131133

132134
In some mono-repo I **my own traefik image**. Feel free to use the official images. It will not break anything.
@@ -156,13 +158,9 @@ In the active path, just execute those bash-scripts:
156158

157159
**Bonus!** `./runctop.sh` is not a stack but a simple docker run to see the memory consumed by each containers.
158160

159-
## Backlog
160-
Here is what’s missing to make this stack perfect?
161+
## ToDo
161162

162-
- Secure traefik dashboard
163163
- Use SSL endpoints (ACME)
164-
- Fix the need to use a trailing slash `/` at the end of Portainer service
165-
166164

167165
## Contributing
168166

@@ -180,21 +178,7 @@ Thanks to the power of communities, this is where `1 + 1 = 3`.
180178
- View the **GNU** license information at https://github.com/pascalandy/GNU-GENERAL-PUBLIC-LICENSE
181179
- This Git repo is available at https://github.com/pascalandy/docker-stack-this
182180

183-
184-
## Author
185-
186-
In the world of OSS (open source software) most people refer themselves as maintainers. The thing is… I hate this expression. It feels heavy and not fun. I much prefer author.
187-
188-
189-
#### Hosting
190-
191-
Looking to **kick-start your website** (static page + a CMS) ? Take a look at [play-with-ghost](http://play-with-ghost.com/) (another project I shared). It allows you to see and edit websites made with **Ghost**. In short, you can try Ghost on the spot without having to sign up! Just use the dummy email & password provided.
192-
193-
#### I’m looking for help
194-
195-
If you have solid skills 🤓 with Docker Swarm, Linux bash and the gang and you’re looking to help a startup to launch a solid project, I would love to get to know you. Buzz me 👋 on Twitter [@askpascalandy](https://twitter.com/askpascalandy). You can see the things that are done and the things we have to do [here](http://firepress.org/blog/technical-challenges-we-are-facing-now/).
196-
197-
I’m looking for bright and caring people to join this [journey](http://firepress.org/blog/tag/from-the-heart/) with me.
181+
## Keep in touch
198182

199183
```
200184
____ _ _ _
@@ -205,4 +189,6 @@ I’m looking for bright and caring people to join this [journey](http://firepre
205189
|___/
206190
```
207191

208-
Shared by [Pascal Andy](https://pascalandy.com/blog/now/). Find me on [Twitter](https://twitter.com/askpascalandy).
192+
- Pascal Andy’s [« now page »](https://pascalandy.com/blog/now/)
193+
- Follow me on [Twitter](https://twitter.com/askpascalandy)
194+
- Find more Ghost Themes on [play-with-ghost.com](https://play-with-ghost.com/)

0 commit comments

Comments
 (0)