Commit graph

469 commits

Author SHA1 Message Date
Owen Schwartz
e5a19d5e26 Resolve ui quirks, add link 2025-01-12 15:58:07 -05:00
Owen Schwartz
2034f688b8 Local sites working 2025-01-12 13:09:30 -05:00
Owen Schwartz
1b006b426e Allow "local" sites witn no tunnel 2025-01-12 12:31:04 -05:00
Owen Schwartz
5ce5fe1d19 Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-12 10:39:42 -05:00
Owen Schwartz
591d587441 Add version lock to dockerfile and hide password 2025-01-12 10:39:27 -05:00
Milo Schwartz
d2bfa8aec0 add authors to readme 2025-01-11 22:37:50 -05:00
Milo Schwartz
c0012c08ba Merge branch 'main' into dev 2025-01-11 22:35:46 -05:00
Milo Schwartz
cd105109f7 Merge pull request #33 from fosrl/hotfix
fix regex for base_domain
2025-01-11 19:59:23 -05:00
Milo Schwartz
7397cd1477 fix regex for base_domain 2025-01-11 19:56:49 -05:00
Milo Schwartz
a2c67b26bd allow access token in resource url 2025-01-11 19:47:07 -05:00
Milo Schwartz
8a8ce65acb Merge pull request #32 from fosrl/dev
add site_block_size to config, improve target input form validation, and lock down redirects
2025-01-11 15:21:53 -05:00
Milo Schwartz
eade4f5d85 Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-11 15:10:16 -05:00
Milo Schwartz
fcc9af6e0d router refresh on logout 2025-01-11 15:10:02 -05:00
Owen Schwartz
211c49038c Update installer to work with new domain split 2025-01-11 14:46:01 -05:00
Milo Schwartz
96cc4e0d27 Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-11 14:13:08 -05:00
Milo Schwartz
b4653d27bb change target form verbiage and update readme 2025-01-11 13:32:06 -05:00
Owen Schwartz
c844534ed6 Constrict blocks and use CGNAT range for default 2025-01-11 12:36:28 -05:00
Owen Schwartz
2d9f84170a Add site_block_size and migration for beta.3 2025-01-11 12:25:33 -05:00
Owen Schwartz
47580c131d Seperate ask for base domain and dashboard domain 2025-01-11 11:33:06 -05:00
Owen Schwartz
8bc1c7dc61 Rename "IP Address" to "IP / Hostname" 2025-01-11 11:17:49 -05:00
Owen Schwartz
442ee4fd5c Merge branch 'dev' of https://github.com/fosrl/pangolin into dev 2025-01-11 11:14:44 -05:00
Milo Schwartz
c352e87a78 allow resource redirect if host is same 2025-01-10 00:13:51 -05:00
Milo Schwartz
3e10fc6527 hide create button if create org disable and bump version 2025-01-09 23:39:45 -05:00
Milo Schwartz
ececf9022d verify redirects are safe before redirecting 2025-01-09 23:26:07 -05:00
Milo Schwartz
443097554f allow hyphens in base_domain regex 2025-01-08 23:13:35 -05:00
Milo Schwartz
8f4e0351f4 Merge pull request #16 from fosrl/dev
add security policy
2025-01-08 21:54:52 -05:00
Milo Schwartz
e782d70765 add security policy 2025-01-08 21:47:26 -05:00
Milo Schwartz
c5ed048488 remove base_url from config (#13)
* add example config dir, logos, and update CONTRIBUTING.md

* update dockerignore

* split base_url into dashboard_url and base_domain

* Remove unessicary ports

* Allow anything for the ip

* Update docker tags

* Complex regex for domains/ips

* update gitignore

---------

Co-authored-by: Owen Schwartz <owen@txv.io>
2025-01-07 22:41:35 -05:00
Milo Schwartz
79568f9093 Merge branch 'main' into dev 2025-01-07 22:41:20 -05:00
Milo Schwartz
b51348a530 update gitignore 2025-01-07 22:37:20 -05:00
Owen Schwartz
89da6e7391 Complex regex for domains/ips 2025-01-07 21:52:45 -05:00
Owen Schwartz
da91c5ea6e Update docker tags 2025-01-07 21:45:12 -05:00
Owen Schwartz
b0ad850f65 Allow anything for the ip 2025-01-07 21:31:32 -05:00
Owen Schwartz
c4df0dc44e Remove unessicary ports 2025-01-07 21:25:49 -05:00
Milo Schwartz
9d46897584 split base_url into dashboard_url and base_domain 2025-01-07 20:32:24 -05:00
Milo Schwartz
1d62f4465d docs and logos (#7)
* add example config dir, logos, and update CONTRIBUTING.md

* update dockerignore
2025-01-06 22:43:17 -05:00
Milo Schwartz
3b4e970ca4 update dockerignore 2025-01-06 22:36:06 -05:00
Milo Schwartz
4e4457453f add example config dir, logos, and update CONTRIBUTING.md 2025-01-06 22:25:37 -05:00
Owen Schwartz
43a7eb34ba Merge pull request #2 from eltociear/patch-1
docs: update README.md
2025-01-06 11:38:56 -05:00
Owen Schwartz
7ee2bf844e Fix installer on arm 2025-01-06 09:58:00 -05:00
Ikko Eltociear Ashimine
f7b54bcc8a docs: update README.md
Automaticlaly -> Automatically
2025-01-06 14:19:01 +09:00
Owen Schwartz
5f8780036c Fix docker install on debain 2025-01-05 23:23:43 -05:00
Milo Schwartz
e97a9b9b3d hide whitelist section if no email configured 2025-01-05 16:03:29 -05:00
Milo Schwartz
19d87c2393 change powered by text 2025-01-05 14:01:58 -05:00
Milo Schwartz
774271a925 add rounded to command item 2025-01-05 13:55:01 -05:00
Milo Schwartz
be50020f05 update package.json and remove COMPLIANCE.md 2025-01-05 12:55:43 -05:00
Milo Schwartz
e0dcde3213 update package.json info 2025-01-05 12:25:14 -05:00
Milo Schwartz
2ab70538c0 standard email signature 2025-01-05 00:07:07 -05:00
Milo Schwartz
88c1302e78 center code in email 2025-01-04 23:08:45 -05:00
Milo Schwartz
855bd571b8 Merge branch 'main' of https://github.com/fosrl/pangolin 2025-01-04 22:38:46 -05:00