maksim.nabokikh
cedc2a94ec
Fix env variables
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 22:11:41 +01:00
maksim.nabokikh
da82b6e9b2
Disable buildah
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 22:08:18 +01:00
maksim.nabokikh
2e526b7570
Make workflow prettier
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 22:06:02 +01:00
maksim.nabokikh
38ed4afcb4
Migrate to jq
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 21:59:38 +01:00
maksim.nabokikh
a6baacd57f
Migrate to jq
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 21:12:23 +01:00
maksim.nabokikh
0ba9eba9ba
Migrate to jq
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 21:00:46 +01:00
maksim.nabokikh
79ae6270d2
Fix env variables
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 20:39:01 +01:00
maksim.nabokikh
5722b2aec8
Fix actions file
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 20:36:57 +01:00
maksim.nabokikh
1fae52e85c
Try using werf
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 20:33:57 +01:00
maksim.nabokikh
31ba1607ab
Delete unneeded build
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 15:13:33 +01:00
maksim.nabokikh
d17cfd7ee9
Fix context
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 15:09:50 +01:00
maksim.nabokikh
0e87169634
Fix matrix
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 15:07:44 +01:00
maksim.nabokikh
010c4d4e7a
Fix build condition
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 15:02:43 +01:00
maksim.nabokikh
2dcdfc395b
Fix build
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 14:58:34 +01:00
maksim.nabokikh
696bf332c6
Fix chart
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 13:44:14 +01:00
maksim.nabokikh
2eb30014ad
Commit chart README.md
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 13:19:57 +01:00
maksim.nabokikh
9e88cc5b46
Fix CHart.yaml
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 13:15:39 +01:00
maksim.nabokikh
3202758735
Fix gitignore
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 13:09:31 +01:00
maksim.nabokikh
4ae8648be4
Add Makefile
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 12:58:17 +01:00
maksim.nabokikh
5d6a032cc4
Move chart to a dedicated folder
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 12:57:06 +01:00
maksim.nabokikh
366bb56596
Add workflows for the chart to CI
...
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2025-03-03 12:38:16 +01:00
Izhikov Matvey
ac96942e1d
Ovpn user call and mgmt fixes + added new flag for init users db ( #296 )
2025-03-03 12:19:53 +01:00
Dmitry Shurupov
39f95e3d2c
Small fixes in the README.md Notes
2025-02-17 12:04:43 +07:00
Dmitry Shurupov
0680b4ff05
Merge pull request #293 from ogumemura/patch-1
...
Fix username validation regex to correctly recognize hyphen (-)
2025-01-10 11:31:42 +07:00
Dmitry Shurupov
a7aab7cb6a
docs: Fixing authors' links in README
...
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2024-11-14 15:48:12 +07:00
Dmitry Shurupov
3674d003c9
Moving repo to Palark
...
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2024-11-14 15:16:17 +07:00
Shobu UMEMURA
8fc518dba8
Fix username validation regex to correctly recognize hyphen (-)
...
This pull request corrects the regular expression used for username validation to correctly recognize hyphens (-).
Changes Made:
Changed the regex pattern from ^([a-zA-Z0-9_.-@])+$ to ^([a-zA-Z0-9_.\-@])+$.
Reason for Change:
In the previous regex, the hyphen (-) within the character class was interpreted as a range operator, not as a literal character. This caused usernames with hyphens to be incorrectly marked as invalid.
By escaping the hyphen (\-), the regex now correctly recognizes it as a literal character. This ensures that usernames containing hyphens are validated properly.
Points of Verification:
Confirmed that usernames containing hyphens are now correctly recognized and pass the validation.
Verified that other characters (letters, numbers, underscores, dots, and at signs) are still being properly validated.
2024-09-28 17:57:02 +09:00
Mike Klyuev
7134815ce6
Update README.md ( #291 )
...
Update current project status
2024-09-24 11:54:23 +03:00
Sprait
0c881c81e7
update start.sh
...
using compose v2
https://docs.docker.com/compose/migrate/#docker-compose-vs-docker-compose
2023-12-12 09:58:55 +03:00
Dmitry Shurupov
699cddc908
Fix the announcement blog link in README.md
2023-10-25 11:57:38 +07:00
Sprait
c83c581e21
fix revoke user ( #243 )
...
* fix reuse argument multiple times
* replace whitespace with tab
2.0.2
2023-09-12 11:05:28 +03:00
Sprait
35f76ec3b6
Update actions build binary ( #240 )
...
* disable-386-build
* update versison go-release-action
2023-09-11 09:18:48 +03:00
Sprait
8a35f70364
add variable for prometheus datasource to dashboard ( #239 )
2.0.2-rc0
2023-09-08 17:45:34 +03:00
Sprait
4981dcb919
Multi-platform build ( #234 )
...
* add multi-platform build
2023-09-04 19:24:13 +03:00
Sprait
dbc48ef3f1
Merge pull request #92 from strnk/master
...
listen.base-url parameter to support reverse-proxy setups
2023-08-22 13:40:46 +03:00
vitaliy-sn
f4d0212bfc
Merge pull request #199 from flant/update-user-list-in-ha-mode
...
Fix update user list for kubernetes.secrets backend
2023-04-27 16:04:00 +03:00
Vitaliy Snurnitsin
9024405232
Force update user list for kubernetes.secrets backend
...
Signed-off-by: Vitaliy Snurnitsin <vitaliy.snurnitsin@flant.com>
2023-04-27 15:18:29 +03:00
Christophe Huriaux
dfe2f3d756
Merge branch 'master' into master
2022-11-02 14:29:22 +01:00
Ilya Sosnovsky
a973b88463
Update README.md
...
Fix notes due #165 #166
2022-11-02 14:41:30 +03:00
Ilya Sosnovsky
3f3976ff7a
Add dashboard example
2022-09-06 09:55:02 +03:00
Ilya Sosnovsky
5d41f6d91e
Fix multiarch build
2.0.1
2022-09-05 11:48:34 +03:00
Ilya Sosnovsky
7db35753ad
Merge pull request #137 from miklezzzz/master
...
fix absent labels for secrets
2022-09-01 14:42:26 +03:00
Mikhail Scherba
10f7441c49
fix absent labels for secrets
2022-09-01 13:15:22 +03:00
Ilya Sosnovsky
ca53605554
Merge pull request #132 from flant/rc/2.0.0
...
Release 2.0.0
2.0.0
2022-08-29 12:20:48 +03:00
Ilya Sosnovsky
d012141b51
refactoring
2022-08-12 13:52:45 +03:00
Ilya Sosnovsky
0dfe9f9494
Add example dashboard
2022-08-04 15:13:41 +03:00
Ilya Sosnovsky
3e599eb989
Merge branch 'rc/2.0.0' of github.com:flant/ovpn-admin into rc/2.0.0
2022-08-02 17:19:58 +03:00
Ilya Sosnovsky
67dd4538ad
small refactoring to reduce os.exec calls
2022-08-02 17:19:27 +03:00
Ilya Sosnovsky
5146d04a0d
Merge branch 'master' into rc/2.0.0
2022-07-21 18:40:57 +03:00
Ilya Sosnovsky
a0daf5b4d7
add feature for rotate and delete users; fixes; refactoring
2022-07-21 18:37:34 +03:00