Commit Graph

701 Commits (master)

Author SHA1 Message Date
Keith Irwin d26b744bf6
fix: 🚑 Fixed mixup between client_allowedips and server_allowedips 2024-02-12 10:05:13 -07:00
Keith Irwin aa90155dc7
fix: 🐛 Moved PostUp and PostDown lines to config file 2024-02-12 09:59:41 -07:00
Keith Irwin 98a6b79f67
fix: ✏️ Critical typo 2024-01-15 09:37:21 -07:00
Keith Irwin f0b2b92219
feat: Custom AllowedIPs and PostUp/PostDown lines 2024-01-11 15:44:54 -07:00
Keith Irwin 3edf1c0c6e
fix: 🎨 Add newline 2024-01-11 11:28:52 -07:00
Keith Irwin de657ac8fd
fix: 📝 Updated Roadmap 2024-01-11 11:24:17 -07:00
Keith Irwin f0ce7704d3
fix: 🚑 Fixed TLS key generation 2024-01-11 10:46:07 -07:00
Keith Irwin e484075046
fix: 🐛 Use random CA serial numbers
man openssl-x509: If the -CA option is specified and neither <-CAserial> or <-CAcreateserial> is given and the default serial number file does not exist, a random number is generated; this is the recommended practice.
2024-01-01 11:00:12 -07:00
Keith Irwin 3922cb225a
fix: 🐛 -CAserial, not -CAcreateserial
https://stackoverflow.com/a/66357989
2023-12-31 17:10:55 -07:00
Keith Irwin 59692c7142
fix: 🐛 Fixed test order 2023-12-30 19:48:12 -07:00
Keith Irwin 12b2c4c1ae
fix: 🚑 Fix broken cert/key requests 2023-12-30 19:02:35 -07:00
Keith Irwin beea0a81d6
feat: 🚀 Switch to elliptical curves and rename cert/key files 2023-12-30 12:56:16 -07:00
Keith Irwin 324ffeada3
feat: Show PublicKey in new peer configs 2023-12-02 19:12:28 -07:00
Keith Irwin 708add7bd5
fix: 🐛 Installed iproute2 2023-12-02 18:52:42 -07:00
Keith Irwin 29f03c34b7
fix: 🐛 Use sudo for wg-quick 2023-12-02 18:50:17 -07:00
Keith Irwin f2fd0cf872
fix: 🐛 Add wg-quick to NOPASSWD for www-data 2023-12-02 18:47:30 -07:00
Keith Irwin f8a95a21dc
Allow wg-quick to save wireguard config 2023-12-02 18:42:11 -07:00
Keith Irwin 4ab1f9a573
refactor: 🎨 Removed extraneous flag 2023-12-02 18:21:34 -07:00
Keith Irwin b9c93788ea
fix: 🐛 Fix admin peer listing 2023-12-02 18:04:30 -07:00
Keith Irwin ee1650e416
fix: 🐛 Fix admin peer listing 2023-12-02 17:59:00 -07:00
Keith Irwin 735463d932
fix: 🚑 Fix other call of axfr 2023-12-02 17:47:08 -07:00
Keith Irwin a9c0418e9a
fix: 🐛 Fix missing cut 2023-12-02 17:40:53 -07:00
Keith Irwin 6a52349397
fix: 🐛 Forgot to cut 2023-12-02 17:39:00 -07:00
Keith Irwin 949bd7240c
fix: 🐛 Use rdns instead of fdns to identify domain names 2023-12-02 17:33:13 -07:00
Keith Irwin 76d6430303
fix: 🐛 Remove volumes from docker-compose, set in override 2023-12-02 14:23:22 -07:00
Keith Irwin c0d8c064ab
fix: 🐛 Removed docker-compose.override.yml 2023-12-02 12:04:57 -07:00
Keith Irwin 843f6d8275
refactor: 🏗️ Move network_mode to docker-compose override files 2023-12-02 12:01:13 -07:00
Keith Irwin 4a93fb460f
fix: 🔒 Secure permissions on etc config files 2023-12-02 11:51:10 -07:00
Keith Irwin 21cc88e513
fix: 🐛 Fixed .gitignore ignoring wrong file 2023-12-02 11:47:36 -07:00
Keith Irwin 6e4deaf6a1
fix: 🐛 Removed etc.sample from .gitignore 2023-12-02 11:45:27 -07:00
Keith Irwin 8431533718
fix: 🐛 Persist wireguard configs 2023-12-01 12:43:49 -07:00
Keith Irwin 9f3faf0e24
fix: 🐛 Add env file to fed-backend container 2023-12-01 12:26:09 -07:00
Keith Irwin 8051740889
refactor: 🎨 Moved ./etc to /etc/wagon, mounted wireguard config, and implemented docker-compose.override.yml 2023-12-01 12:24:46 -07:00
Keith Irwin 4946813d92
refactor: 🎨 Move $WG_DNS to individual IPs 2023-11-30 18:29:44 -07:00
Keith Irwin 2ed8597e94
#9 Finished documentation 2023-04-12 22:06:51 -06:00
Keith Irwin 2eb2f4e5aa
#9 Wrote admin peer docs 2023-04-12 21:59:51 -06:00
Keith Irwin 1bb54e15dc
Fixed DNS-KEY and inconsistent networks 2023-04-12 00:19:06 -06:00
Keith Irwin 7e76bffa3e
#9 Added user dashboard and API info 2023-04-09 13:42:39 -06:00
Keith Irwin 95ed1d02a9
Merge branch 'master' of https://gitea.ksn.gf4/gf4/wagon 2023-04-08 15:45:38 -06:00
Keith Irwin d818713db1
#9 Checkboxes, not bullets 2023-04-08 15:43:14 -06:00
Keith Irwin 6e80b85d53
#9 Finished installation instructions 2023-04-08 15:43:08 -06:00
Keith Irwin 03644a1f3d
#9 Started installation docs 2023-04-08 15:40:52 -06:00
Keith Irwin 8ddf5b1ada
#9 Need checkboxes in lists 2023-04-08 15:39:26 -06:00
Keith Irwin a58f100772
#9 Dang commonmark with no tables 2023-04-08 15:39:10 -06:00
Keith Irwin c15d5f3499
#9 Better contact section 2023-04-08 15:35:57 -06:00
Keith Irwin bf525c53eb
#9 Renamed to wagon and added README info 2023-04-08 15:35:00 -06:00
Keith Irwin 5d3568c649
#9 Added some USAGE instructions 2023-04-08 15:31:24 -06:00
Keith Irwin 6e3b9301c3
#9 Missing } 2023-04-08 15:31:22 -06:00
Keith Irwin 44f35cec09
#9 Checkboxes, not bullets 2023-04-08 15:31:20 -06:00
Keith Irwin 3d6c67d80c
#9 Finished installation instructions 2023-04-08 15:31:16 -06:00