Skip to content

Commit 8e4b8c9

Browse files
authored
chore: update readme
1 parent 25fcb47 commit 8e4b8c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/firezone/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Reference
22

3-
- https://www.firezone.dev/docs/deploy/docker
3+
- https://github.com/l4rm4nd/firezone (fork, maintained)
4+
- https://github.com/firezone/firezone/tree/legacy (EoL)
45

56
# Notes
67

78
1. Download the `docker-compose.yml` file from this repository.
8-
2. Create a firezone `.env` file via the command `docker run --rm firezone/firezone bin/gen-env > .env`
9+
2. Create a firezone `.env` file via the command `docker run --rm l4rm4nd/firezone bin/gen-env > .env`
910
3. Adjust `docker-compose.yml` and created `.env` to your needs. Especially change the environment variables `DEFAULT_ADMIN_EMAIL`, `DEFAULT_ADMIN_PASSWORD` and `EXTERNAL_URL` to secure values!
1011
4. Proceed by executing the below commands.
1112

@@ -21,3 +22,5 @@ Note: It is recommended to run the Firezone web panel behind a reverse proxy (e.
2122
> Firezone v0.7 has reached End-of-Life on 31st January 2024.
2223
>
2324
> It undergoes a complete redesign (zero-knowledge, cloud) for v1.0 and won't provide any updates for the v0.7 (legacy) branch anymore. More information can be found [here](https://www.firezone.dev/blog/firezone-1-0).
25+
>
26+
> A new fork (l4rm4nd/fireabend) tries to fix outdated dependencies and keep the software alive.

0 commit comments

Comments
 (0)