mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
v2 (#11)
This commit is contained in:
@@ -7,5 +7,9 @@
|
||||
"access": "restricted",
|
||||
"baseBranch": "canary",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
"ignore": [],
|
||||
"privatePackages": {
|
||||
"version": true,
|
||||
"tag": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'wireadmin': patch
|
||||
"wireadmin": patch
|
||||
---
|
||||
|
||||
fix: Improve password hashing method and env loader
|
||||
|
||||
5
.changeset/mighty-kangaroos-talk.md
Normal file
5
.changeset/mighty-kangaroos-talk.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": major
|
||||
---
|
||||
|
||||
BREAKING: `UI_PASSWORD` has been removed. Please use `ADMIN_PASSWORD` instead.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'wireadmin': patch
|
||||
"wireadmin": patch
|
||||
---
|
||||
|
||||
fix: tor config generation when container restarts
|
||||
|
||||
5
.changeset/thick-moles-kick.md
Normal file
5
.changeset/thick-moles-kick.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"wireadmin": major
|
||||
---
|
||||
|
||||
feat: Creates a Dnsmasq server on port 53 and forwards DNS queries through the Tor network.
|
||||
Reference in New Issue
Block a user