feat: cleanup removal of old ssh plexer and logic
we also have added the necessary logic to auto prune ephemeral nodes because headscale doesn't seem to automatically remove them. this change made use of a database which is now stored in the persistent headplane directory.
This commit is contained in:
parent
bf1d75a27a
commit
b18147fa82
24 changed files with 963 additions and 547 deletions
|
|
@ -66,8 +66,8 @@ export default function Page() {
|
|||
The ACL policy mode is most likely set to <Code>file</Code> in your
|
||||
Headscale configuration. This means that the ACL file cannot be edited
|
||||
through the web interface. In order to resolve this, you'll need to
|
||||
set <Code>policy.mode</Code> to <Code>database</Code> in your Headscale
|
||||
configuration.
|
||||
set <Code>policy.mode</Code> to <Code>database</Code> in your
|
||||
Headscale configuration.
|
||||
</Notice>
|
||||
) : undefined}
|
||||
<h1 className="text-2xl font-medium mb-4">Access Control List (ACL)</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue