Commit Graph

60 Commits

Author SHA1 Message Date
Shahrad Elahi
8c7c95840b add success variant to shadcn components 2023-11-07 23:13:20 +03:30
Shahrad Elahi
b230d20aef add few pre-provided tor bridges 2023-11-07 22:36:03 +03:30
Shahrad Elahi
4ac42b2b7d (fix): watchdog for conf health and, if the wg instance is down, don't restart 2023-11-07 22:31:12 +03:30
Shahrad Elahi
9ddcd33450 fix create wg server function, and update ui 2023-11-07 20:11:43 +03:30
Shahrad Elahi
0d12571a1e fix logout button 2023-11-06 22:53:11 +03:30
Shahrad Elahi
2f2f0eac39 update 2023-11-06 22:17:27 +03:30
Shahrad Elahi
3fa6e3e63e (chore): manual fetch SvelteKit actions 2023-11-06 22:17:10 +03:30
Shahrad Elahi
af3f37b14f add shadcn, badge, and few more new components 2023-11-06 22:17:09 +03:30
Shahrad Elahi
5d4a2c3d51 add utilities for working with WireGuard and Shell 2023-11-05 19:56:44 +03:30
Shahrad Elahi
5095de22f8 (chore): revert to nodejs and update dependencies 2023-11-05 19:50:21 +03:30
Shahrad Elahi
fc0e423f07 fix 2023-11-05 19:47:05 +03:30
Shahrad Elahi
0b4aa21cfe add shadcn-svelte, dialog component 2023-11-05 19:45:14 +03:30
Shahrad Elahi
93f9b506fa update 2023-11-04 15:38:03 +03:30
Shahrad Elahi
b56961377b add shadcn-svelte card component 2023-11-04 14:59:58 +03:30
Shahrad Elahi
cfaa98fea9 fix and complete auth ui 2023-11-04 08:39:13 +03:30
Shahrad Elahi
ece632f7bb add shadcn the form component 2023-11-04 05:06:16 +03:30
Shahrad Elahi
eabab0e2f1 implement a basic JWT auth 2023-11-03 18:45:08 +03:30
Shahrad Elahi
d06bf3f460 add static resources 2023-11-03 18:34:43 +03:30
Shahrad Elahi
414538daf6 add tailwindcss and shadcn 2023-11-03 18:29:09 +03:30
Shahrad Elahi
686172b27b init with Bun + SvelteKit 2023-11-02 14:34:25 +03:30
Shahrad Elahi
857d3d26b5 chore 2023-11-01 20:33:48 +03:30
Shahrad Elahi
6bd9a63ad7 update 2023-10-31 18:33:19 +03:30
Shahrad Elahi
beae28270e (critical): update deps 2023-10-26 10:39:27 +03:30
Shahrad Elahi
89b2f5ee7b (chore): update README.md [skipci] 2023-10-15 19:10:32 +03:30
Shahrad Elahi
60a1d3356c removes unnecessary dependencies 2023-10-09 18:46:17 +03:30
Shahrad Elahi
4e3b93b2ef fix 2023-10-08 15:20:57 +03:30
Shahrad Elahi
43e5d9a5c8 fix 2023-10-08 13:21:11 +03:30
Shahrad Elahi
f765b71478 update 2023-10-08 12:31:34 +03:30
Shahrad Elahi
3928a84677 Create a new field within WGServer that will monitor any modifications made to the wg configuration files. Furthermore, implement a health check for the container. 2023-10-08 12:24:39 +03:30
Shahrad Elahi
8ab5b0b0fc Updates dependencies and License from MIT to GPLv3 2023-10-08 11:47:00 +03:30
Shahrad Elahi
3680083238 fix 2023-10-03 11:40:52 +03:30
Shahrad Elahi
2bbf9751ad code split and removes a silly mistake 2023-10-03 10:50:03 +03:30
Shahrad Elahi
d21b6907c1 updates dependencies 2023-10-03 10:32:02 +03:30
Shahrad Elahi
cb6f8f4ba3 update 2023-10-02 15:12:09 +03:30
Shahrad Elahi
23b9cf2a1b update 2023-09-30 15:13:09 +03:30
Shahrad Elahi
461fb93ccb updates docs [skip ci] 2023-09-30 11:06:57 +03:30
Shahrad Elahi
19d79ada40 updates docs 2023-09-29 09:25:40 +03:30
Shahrad Elahi
b0663a7e15 fix 2023-09-29 08:19:55 +03:30
Shahrad Elahi
3f9c4ea36c The UI Auth feature is added, To enable it, set UI_PASSWORD to your environment variables. 2023-09-29 07:32:23 +03:30
Shahrad Elahi
b55cb8a025 Adds a feature for removing duplicate lines in the torrc file, and provides a few minor updates to the UI. 2023-09-28 10:19:20 +03:30
Shahrad Elahi
379d715ecd Adds an ability to update Server or Client name 2023-09-28 09:23:45 +03:30
Shahrad Elahi
de5f35eec5 Cleaner shell errors 2023-09-28 09:21:49 +03:30
Shahrad Elahi
9bee66a095 fix 2023-09-27 10:31:52 +03:30
Shahrad Elahi
4ff0187f97 fix 2023-09-27 05:30:23 +03:30
Shahrad Elahi
c69b0cb5b0 Fixes Tor iptables and, in the Docker entry, stores Redis and Tor logs into the /var/vlogs/ directory. 2023-09-27 03:37:38 +03:30
Shahrad Elahi
c521faf7df bug fix 2023-09-26 09:52:53 +03:30
Shahrad Elahi
440a6189bd Initials support for WireGuard as Tor 2023-09-26 09:52:49 +03:30
Shahrad Elahi
1ba1d58897 Adds GitHub workflow for creating Docker images 2023-09-26 05:36:13 +03:30
Shahrad Elahi
369be994c5 Adds couple screenshots... 2023-09-26 03:07:19 +03:30
Shahrad Elahi
734b0c8e02 After restarting container, it will try to regenerate WireGuard conf from Database 2023-09-26 03:01:07 +03:30