Bernd Storath
d2ce82241b
Bump version to 15.0.0-beta.13
v15.0.0-beta.13
2025-05-28 12:11:03 +02:00
Bernd Storath
8c395ec275
fix pre-release
2025-05-28 12:10:47 +02:00
Bernd Storath
10f42170f3
Bump version to 15.0.0-beta.13
2025-05-28 11:59:38 +02:00
Bernd Storath
a8aa85bdaa
Feat: map client to interface ( #1886 )
...
map client to interface
2025-05-28 11:58:33 +02:00
Bernd Storath
7e1aa5807d
Feat: variants ( #1885 )
...
add primary & secondary button & actionfield
2025-05-28 11:44:16 +02:00
Bernd Storath
df57921b8e
update packages
2025-05-27 09:39:37 +02:00
Bernd Storath
4fbf059e61
add armv7 support
...
override until
- https://github.com/nuxt/nuxt/issues/32124
- https://github.com/nuxt-modules/i18n/issues/3605
are fixed
2025-05-16 09:11:50 +02:00
Bernd Storath
b150e3f3b4
update packages
2025-05-16 08:54:52 +02:00
Bernd Storath
aed10ab0bd
update packages
2025-05-12 07:41:40 +02:00
Bernd Storath
478e7207b2
don't hoist libsql
...
not needed anymore
2025-05-05 11:15:24 +02:00
Bernd Storath
c8dc710435
update packages
2025-05-05 10:25:28 +02:00
Bernd Storath
19d9e3b7d7
update packages
...
this greatly improves qr code size and quality
2025-04-26 16:49:51 +02:00
Bernd Storath
c4efb1d03a
update packages
...
argon2 now prebuilds for armv7
only libsql is missing: https://github.com/tursodatabase/libsql-js/pull/169
2025-04-24 11:50:35 +02:00
Bernd Storath
529b9eeb88
improve image size
2025-04-22 16:09:18 +02:00
Bernd Storath
69ee741d7e
Feat: distributed build ( #1829 )
...
* distribute build across runners
* better formatting
* fix issues
* fix matrix
* retrigger build
2025-04-22 14:11:28 +02:00
Bernd Storath
f2dc38e91b
add setup guide
2025-04-22 10:47:55 +02:00
Bernd Storath
64e9484331
update packages
2025-04-22 07:46:33 +02:00
Bernd Storath
c777fa30b3
publish stable docker compose ( #1828 )
2025-04-22 07:44:28 +02:00
Bernd Storath
734d91fd98
replace nightly with edge ( #1819 )
2025-04-17 15:58:45 +02:00
Bernd Storath
84ed7b299f
Feat: Cli ( #1818 )
...
* add cli
* fix lint
* add docs, include cli packages
* fix docs, username instead of name
2025-04-16 14:17:02 +02:00
Bernd Storath
1cfe6404b2
Feat docs ( #1814 )
...
* improve docs and formatting
* lint in ci
avoid using bundled prettier from vscode extension
* fix action, typos
* remove header
* remove unused deps
2025-04-15 12:43:57 +02:00
Bernd Storath
2a32c1b9c0
remove unused dependencies
2025-04-14 08:36:07 +02:00
Bernd Storath
3ef258a28a
Bump version to 15.0.0-beta.12
v15.0.0-beta.12
2025-04-11 23:35:51 +02:00
Bernd Storath
ff783fd4d1
Feat: Improve Docs ( #1791 )
...
* improve docs
* preplan guides
* fix spelling
* fix nftables rules
* consistent wg-easy code block
* fix grammar
2025-04-11 23:25:58 +02:00
Bernd Storath
65aa067100
update packages
2025-04-11 22:46:03 +02:00
Edgars
48e6949a4d
Update docker-run.md
( #1804 )
...
Small fixes were made to:
- adjust indentation for the first line in code blocks;
- fix backticks;
- make the URL interactive.
2025-04-09 11:25:30 +02:00
Bernd Storath
9ebf2c1d33
chore: disable latest tag for docker
...
so old installations wont break until v15 is stable enough
2025-04-02 09:32:52 +02:00
Bernd Storath
d0f85316a6
chore: delete changelog from docs
2025-04-02 09:20:18 +02:00
Bernd Storath
ff9fd553c5
Fix: sync / rekey issue ( #1789 )
...
only sync if needed
2025-04-02 08:49:04 +02:00
Bernd Storath
e92ee0464e
Feat: Server Endpoint ( #1785 )
...
* add server endpoint to client
* be able to update endpoint over api
2025-04-01 16:13:51 +02:00
Bernd Storath
9df049d3f4
Feat: startup info ( #1784 )
...
add startup info
2025-04-01 15:18:13 +02:00
Bernd Storath
32b73b850a
Feat: 2fa ( #1783 )
...
* preplan otp, better qrcode library
* add 2fa as feature
* add totp generation
* working totp lifecycle
* don't allow disabled user to log in
not a security issue as permission handler would fail anyway
* require 2fa on login
if enabled
* update packages
* fix typo
* remove console.logs
2025-04-01 14:43:48 +02:00
Bernd Storath
1c7f64ebd5
Bump version to 15.0.0-beta.11
v15.0.0-beta.11
2025-03-31 10:32:27 +02:00
Bernd Storath
589ec1fe9a
Feat: Show insecure warning ( #1779 )
...
show insecure warning
2025-03-31 10:29:22 +02:00
Bernd Storath
6e0d758e36
Feat: Hash metrics password ( #1778 )
...
hash the metrics password
if it is not already hashed
2025-03-31 09:58:02 +02:00
Pokydko Oleksandr
940edb2b0c
Improvements to username and password validations ( #1745 )
...
* Fix: Improve special character regex (#1744 )
* update password special character regex to support
( `-` `_` `=` `+` `[` `]` `;` `'` `\` `/` )
* Fix: Allow usernames starting from 2 characters (#1744 )
* update username validation to support short usernames starting from 2 characters
* remove char validation altogether
---------
Co-authored-by: Bernd Storath <999999bst@gmail.com >
2025-03-31 08:58:24 +02:00
Bernd Storath
d51f12a82f
update packages
2025-03-31 07:51:21 +02:00
Bernd Storath
4a3747fa12
update packages
2025-03-24 07:53:02 +01:00
Bernd Storath
499fb096b6
Fix: button triggering form ( #1750 )
...
prevent button from triggering form
2025-03-19 11:50:48 +01:00
Bernd Storath
c5c3a65bbf
Fix: slow suggest Host Address ( #1746 )
...
load on client instead of block
2025-03-17 14:28:03 +01:00
Bernd Storath
c133446f9c
Bump version to 15.0.0-beta.10
v15.0.0-beta.10
2025-03-14 14:28:12 +01:00
Bernd Storath
e8b3e54228
fix libsql bundling issue
2025-03-14 14:26:08 +01:00
Bernd Storath
a9a51337da
Bump version to 15.0.0-beta.9
v15.0.0-beta.9
2025-03-14 12:22:43 +01:00
Bernd Storath
bbee7e04ed
Feat: add ability to restart interface ( #1740 )
...
add ability to restart interface
2025-03-14 12:19:26 +01:00
Bernd Storath
198b240755
Feat: Suggest IP or Hostname ( #1739 )
...
* get ip and hostnames
* use heroicons
* add host field
* get private info
* unstyled prototype
* styled select
* add to setup
* fix types
2025-03-14 10:33:02 +01:00
Bernd Storath
86bdbe4c3d
Feat: Initial Setup through env vars ( #1736 )
...
* initial support for initial setup
* improve setup
* improve mobile view
* move base admin route
* admin panel mobile view
* set initial host and port
* add docs
* properly setup everything, use for dev env
* change userconfig and interface port on setup, note users afterwards
2025-03-13 11:28:05 +01:00
Bernd Storath
4890bb28e5
Bump version to 15.0.0-beta.8
v15.0.0-beta.8
2025-03-12 13:47:46 +01:00
Bernd Storath
c3dbd3a815
Fix: Add ui port to template ( #1735 )
...
* add ui port to template
* update changelog
2025-03-12 13:44:45 +01:00
Bernd Storath
fc480df910
Fix: Update ip outside of cidr ( #1733 )
...
* update packages
* check if ip is included on update
* update package manager
2025-03-12 12:47:12 +01:00
dependabot[bot]
b3bd2502af
build(deps): bump nuxt from 3.15.4 to 3.16.0 in /src ( #1727 )
...
Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt ) from 3.15.4 to 3.16.0.
- [Release notes](https://github.com/nuxt/nuxt/releases )
- [Commits](https://github.com/nuxt/nuxt/commits/v3.16.0/packages/nuxt )
---
updated-dependencies:
- dependency-name: nuxt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 12:26:21 +01:00