Commit graph

286 commits

Author SHA1 Message Date
routerino
bcf9ef1e31
fix renaming users with numbers
* fix renaming users with numbers
2024-10-05 08:52:35 +10:00
routerino
beb4a4b8fc
added online check for device status tooltip
* added online check for device status tooltip
2024-10-05 08:48:44 +10:00
routerino
297ae51eaa
force lowercase on submit
* force lowercase on submit
2024-10-05 08:37:17 +10:00
routerino
d340d7dd4c
Update README.md 2024-10-01 22:22:18 +10:00
routerino
26ab0848da
Minor Update to README.md 2024-10-01 22:11:26 +10:00
routerino
a2cd992778
145-crashes-upon-boot-and-for-some-reason-tries-loading-caddy-stuff-im-not-using-caddy
* removed unused test docker profiles, changed default docker port

* updated readme
2024-10-01 22:02:33 +10:00
routerino
a6e53bae9c
removed backwards compatibility check
* removed backwards compatibility check
2024-10-01 21:56:15 +10:00
routerino
f91f88cdda
added numbers to possible inputs
* added numbers to possible inputs
2024-10-01 21:45:54 +10:00
Guillaume Chx
ae481f54cc
feat: redesign tweaks (#150) 2024-10-01 21:26:55 +10:00
routerino
8e54c94a8d
updated dependencies. Changed dev to http (as it needs proxying anyway)
* updated dependencies. Changed dev to http (as it needs proxying anyway)
2024-10-01 21:22:39 +10:00
routerino
89b113a223
Update issue templates 2024-02-24 18:56:17 +11:00
routerino
c4650bd59b
Merge pull request #136 from gurucomputing:routerino/housekeeping-133
updated dependencies
2024-02-24 15:21:47 +11:00
Christopher Bisset
31943c23da updated dependencies 2024-02-24 15:09:52 +11:00
routerino
2d9b1c03ef
Fix developer image pipeline (#135)
Fixes #134
2024-02-24 15:08:17 +11:00
Christopher Bisset
8ee2a6e9aa dependencies update 2024-02-24 14:35:14 +11:00
routerino
61fef46e48
Update install-openvscode-server.sh 2024-02-24 14:31:53 +11:00
routerino
eead9859f9
change api to dynamically check for breaking change (#132) 2024-02-24 14:13:17 +11:00
Austin Drummond
a9db179089
fix ssr with nodekey param (#122) 2023-11-20 10:21:51 +11:00
Austin Drummond
1f73a7bf8a
Add a new device registration route (#121)
* added a new device registration form

* removed unused variables

* remove old register html

* bind new device key from url

* remove redirect

* clear nodekey query string param after successuful addition

* expand bool flipping

* added documention on nodekey

* remove null check

* tweak wording
2023-11-18 09:34:36 +11:00
routerino
88012147d3
added troubleshooting clarification 2023-08-02 09:31:54 +10:00
routerino
61bd8ab49b
added example nginx config (#108) 2023-06-25 17:05:25 +10:00
routerino
dd944a45c1
GitHub actions testing (#107)
* test 1

* test 2

* remove accidental pasting in commit

* removed multi-platform for dev

* Revert "Add button to delete machine route"

This reverts commit 63041fd673.

* modernized release workflow

* update version

* Migration to Svelte 4

* cleaned up version injection

* moved build arg below FROM

* increment release
2023-06-25 17:00:13 +10:00
routerino
fab13597d8 Revert "Add button to delete machine route"
This reverts commit 63041fd673.
2023-06-18 19:56:33 +10:00
Christopher Bisset
1a6b7a6626 re-design docker development image 2023-06-18 17:18:40 +10:00
Christopher Bisset
e629197b36 updated dependencies to latest 2023-06-18 13:22:55 +10:00
幻猪
63041fd673 Add button to delete machine route 2023-04-11 15:16:23 +10:00
routerino
b7d914f289
fix typo in release version 2023-01-31 09:37:37 +11:00
fede
17de726347 Additional update 2023-01-30 20:34:37 +11:00
fede
f8733ade2d Adding NGINX Proxy Manager and config.yaml changes 2023-01-30 20:34:37 +11:00
routerino
cd316c14af
Update package.json 2023-01-30 20:33:50 +11:00
Christopher Bisset
462125ef09 add headscale version 2023-01-30 20:32:52 +11:00
Christopher Bisset
4e98db256d comment fixup 2023-01-30 20:32:52 +11:00
Christopher Bisset
359fab1419 removed legacy API handles for routes 2023-01-30 20:32:52 +11:00
Christopher Bisset
5fad4877a9 replace all instances of namespace with user 2023-01-30 20:32:52 +11:00
Niek van der Maas
913ef22263
Documentation improvements (#91)
fair enough, seems appropriate.
2023-01-20 19:02:00 +11:00
routerino
3e05713ae6
re-publish due to caching issues 2022-12-24 10:56:29 +11:00
routerino
acb4211a89
remove caching from docker publish 2022-12-24 10:56:02 +11:00
Christopher Bisset
9058a821c5 Merge branch 'master' of https://github.com/gurucomputing/headscale-ui 2022-12-24 10:49:45 +11:00
Christopher Bisset
fb83efb950 update version 2022-12-24 10:49:43 +11:00
routerino
62e362ebc6
fixed regression in legacy api (#88) 2022-12-24 10:49:14 +11:00
Christopher Bisset
271e1045a0 fix platform tags in github actions 2022-12-23 18:40:07 +11:00
Christopher Bisset
84c8ed5bd5 fix broken image reference for prod docker builds 2022-12-23 18:35:31 +11:00
Christopher Bisset
055a810463 tests and version update 2022-12-23 18:31:22 +11:00
Adam Kliś
8664048ffc
add support for docker layer caching and arm64/arm32v7 images (#81) 2022-12-23 18:27:06 +11:00
routerino
02e243a96e
84-rewrite-routes-api-to-handle-both-legacy-and-changed-APIs-for-routes (#85)
* fix crash on receiving malformed API object

* split route specific API functions into separate file

* add object transformation from legacy to current routes

* refactored modifyDeviceRoutes function to work with both legacy and normal API

* adjustments for legacy API

* minor edit
2022-12-23 18:24:19 +11:00
Christopher Bisset
56d75f9b04 updated dependencies due to breaking change 2022-12-22 17:16:37 +11:00
Christopher Bisset
a227c3ccb5 fix sveltekit warning about on:keypress 2022-12-16 18:10:35 +11:00
Christopher Bisset
ebe5c13bad Move node version to LTS 2022-12-16 18:04:48 +11:00
Christopher Bisset
b3d93c09df update sveltekit to 1.0 plus dependencies 2022-12-16 17:19:44 +11:00
routerino
dadacef625
Merge pull request #75 from gurucomputing/74-update-dependencies-before-release
74 update dependencies before release
2022-11-05 16:36:52 +11:00