Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
6cf8bb06
Verified
Commit
6cf8bb06
authored
1 year ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
service/vault: moar docs
parent
4b686f93
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/vault.md
+15
-9
15 additions, 9 deletions
service/vault.md
with
15 additions
and
9 deletions
service/vault.md
+
15
−
9
View file @
6cf8bb06
...
...
@@ -96,15 +96,18 @@ auto-upgraded daily from the upstream container registry via the
## Services
<!-- open ports, daemons, cron jobs -->
The service is set up using a single all-in-one container, pulled from
`quay.io/vaultwarden/server:latest`
which listens for HTTP/1.1 connections on
port 8080. The container is started/stopped using the
`container-vaultwarden.service`
systemd unit.
## Storage
<!-- databases? plain text file? the frigging blockchain? memory? -->
An nginx instance is installed in front of port 8080 to proxy connections from
the standard web ports 80 and 443 and handle HTTPS termination.
##
Queues
##
Storage
<!-- email queues, job queues, schedulers -->
All the Vaultwarden data, including SQlite3 database is stored below
`/srv/vaultwarden-data`
.
## Interfaces
...
...
@@ -112,7 +115,10 @@ auto-upgraded daily from the upstream container registry via the
## Authentication
<!-- SSH? LDAP? standalone? -->
Vaultwarden has its own user database.
The instance is administered using a secret
`ADMIN_TOKEN`
which allows service
admins to login at https://vault.torproject.org/admin
## Implementation
...
...
@@ -165,8 +171,8 @@ label ~Foo.
## Logs
<!-- where are the logs? how long are they kept? any PII? -->
<!-- what about performance metrics? same questions -->
The logs for Vaultwarden can be read using
`journalctl -u container-vaultwarden.service`
.
## Backups
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment