Commit Graph

1260 Commits

Author SHA1 Message Date
Jamil Bou Kheir
52ceffe9a8 Fix typo 2022-01-11 15:09:08 -08:00
Jamil Bou Kheir
89fdbc06ed Try publishing 2022-01-11 15:07:19 -08:00
Jamil Bou Kheir
3233630d81 get basic working first 2022-01-11 14:35:21 -08:00
Jamil Bou Kheir
4ed9198684 Fix typo 2022-01-11 14:09:54 -08:00
Jamil Bou Kheir
b03f0d7ae6 populate assets 2022-01-11 14:07:46 -08:00
Jamil Bou Kheir
30881fe7bd parse tags 2022-01-11 14:03:58 -08:00
Jamil Bou Kheir
21ac34a30d fromJSON 2022-01-11 13:58:11 -08:00
Jamil Bou Kheir
27511d74f9 test versioned docs yml 2022-01-11 13:48:27 -08:00
Jamil
dc7e929eee Merge pull request #388 from firezone/376/mtu
Add MTU; fix persistent keepalives
2022-01-11 10:27:51 -08:00
Jamil Bou Kheir
0dbac666c8 Fix help texts 2022-01-11 10:25:23 -08:00
Jamil Bou Kheir
c0ec09eb1f Remove extraneous field 2022-01-11 10:22:18 -08:00
Jamil Bou Kheir
0b4628819b Add MTU; fix persistent keepalives 2022-01-11 09:57:04 -08:00
Jamil
dc988e3186 Merge pull request #382 from firezone/370/configurable_network 2022-01-10 08:00:35 -08:00
Jamil
051440f2d1 Merge pull request #387 from firezone/fix-jekyll-url
Add github-pages gem to develop locally
2022-01-09 17:14:49 -08:00
Jamil Bou Kheir
8d10b2554a Remove cruft 2022-01-09 17:13:39 -08:00
Jamil Bou Kheir
b106857072 Add github-pages gem to develop locally 2022-01-09 17:10:52 -08:00
Jamil
8e92919421 Merge pull request #386 from firezone/fix-jekyll-url
Remove base_url
2022-01-09 16:25:34 -08:00
Jamil Bou Kheir
a1b0358fd3 Remove base_url 2022-01-09 16:24:57 -08:00
Jamil
57c9b32903 Merge pull request #385 from firezone/fix-jekyll-url
Fix URL in config file to fix Pages build
2022-01-09 16:14:19 -08:00
Jamil Bou Kheir
2e4fad1334 Fix URL in config file to fix Pages build 2022-01-09 16:11:57 -08:00
Jamil
6d7b42f0a5 Merge pull request #384 from firezone/fix-jekyll-theme
Fix jekyll theme location
2022-01-09 16:06:50 -08:00
Jamil Bou Kheir
0f1c5fafb8 Fix jekyll theme location 2022-01-09 12:00:24 -08:00
Jamil
6d0086a812 Merge pull request #371 from firezone/add-documentation-site-base 2022-01-09 09:13:26 -08:00
Jamil Bou Kheir
dc35f999e6 Fix images, fonts, consistency issues 2022-01-08 10:55:01 -08:00
Jamil Bou Kheir
3fb4e5d2f9 Link to our own theme repository 2022-01-08 10:12:37 -08:00
Jason Gong
250f4e8924 updating from readme
added rest of readme to the docs with more broken down structure. Also added links on the overview page to our forums and slack group.
2022-01-07 15:15:02 -08:00
Jason Gong
df5306424b Merge branch 'master' into add-documentation-site-base 2022-01-07 14:20:30 -08:00
Jamil Bou Kheir
f95830ca6d Disable async 2022-01-06 06:30:10 -06:00
Jamil Bou Kheir
5471e53f48 async true 2022-01-05 22:48:22 -06:00
Jamil Bou Kheir
8e203e3593 Disable async for user show 2022-01-05 22:33:42 -06:00
Jamil Bou Kheir
3535b6a940 Try the newer postgres 2022-01-05 22:15:20 -06:00
Jamil Bou Kheir
f7afe620b7 Fix missing env vars 2022-01-05 21:57:05 -06:00
Jamil Bou Kheir
5e371d9c03 Reset config 2022-01-05 21:30:02 -06:00
Jamil Bou Kheir
dbda698f2d Add missing ipv6 prefix 2022-01-05 21:29:16 -06:00
Jamil Bou Kheir
c7afc5e0f6 Testing complete 2022-01-05 18:32:05 -06:00
Jamil Bou Kheir
df9ce4f7ee Almost working queries 2022-01-05 15:41:24 -06:00
Jamil Bou Kheir
aa0b536b2a Passing tests, queries working 2022-01-05 11:17:55 -06:00
Jamil
cf757c916d Merge pull request #362 from jasonboukheir/patch-1
README Notes
2022-01-01 07:40:09 -06:00
Jamil Bou Kheir
03229f2812 Grab client IP from headeres 2022-01-01 07:38:52 -06:00
Jamil Bou Kheir
294a1b65db Shorten displayed timestamps 2021-12-30 15:37:34 -06:00
Jason Gong
0a98dd60ed adding a simple readme and fixing the theme reference
@jamilbk actually you can just keep both lines uncommented to work for github pages and locally 😅
2021-12-30 10:16:23 -08:00
Jamil
13d68d5c59 Merge pull request #375 from firezone/backlog/172/relax_wss_check_origin
Relax websocket check_origin in favor of using CSRF tokens
2021-12-30 11:59:30 -06:00
Jamil Bou Kheir
8151fe8389 Disable check_origin and rely on CSRF tokens 2021-12-30 11:56:32 -06:00
Jamil Bou Kheir
e1eee05494 Try :conn check origins 2021-12-30 11:38:04 -06:00
Jamil
4af893328e Merge pull request #374 from firezone/372/fix_peer_connection_flapping
Use set_config for add operations to ensure device is active
2021-12-30 11:37:45 -06:00
Jamil Bou Kheir
dc59c2b7a0 Use /32 and /128 and set_config 2021-12-30 11:31:35 -06:00
Jamil
ce4cb7406e Merge pull request #373 from firezone/372/fix_peer_connection_flapping
Fix peer connection flapping
2021-12-30 10:09:22 -06:00
Jamil Bou Kheir
396fe4da6d Intelligently delete and set peers 2021-12-30 09:33:42 -06:00
Jamil Bou Kheir
4f2d621933 Add end of line fixer 2021-12-30 08:20:34 -06:00
Jamil Bou Kheir
081bc3c4a8 Fix line endings for files in docs/ 2021-12-30 08:19:00 -06:00