diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-15 20:12:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-15 20:12:51 +0900 |
| commit | 8d650c0c8f5e44e1bd50d4354cd56ae4467445cb (patch) | |
| tree | 460a20190d0e11fe8bfa49f79df073d05675efa5 | |
| parent | a720efc32d67a56d781da92ba0107d696ee98477 (diff) | |
all: migrate to rosa/hakurei
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | hst/config.go | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ <p align="center"> - <a href="https://git.gensokyo.uk/security/hakurei"> + <a href="https://git.gensokyo.uk/rosa/hakurei"> <picture> <img src="https://basement.gensokyo.uk/images/yukari1.png" width="200px" alt="Yukari"> </picture> @@ -8,16 +8,16 @@ <p align="center"> <a href="https://pkg.go.dev/hakurei.app"><img src="https://pkg.go.dev/badge/hakurei.app.svg" alt="Go Reference" /></a> - <a href="https://git.gensokyo.uk/security/hakurei/actions"><img src="https://git.gensokyo.uk/security/hakurei/actions/workflows/test.yml/badge.svg?branch=staging&style=flat-square" alt="Gitea Workflow Status" /></a> + <a href="https://git.gensokyo.uk/rosa/hakurei/actions"><img src="https://git.gensokyo.uk/rosa/hakurei/actions/workflows/test.yml/badge.svg?branch=staging&style=flat-square" alt="Gitea Workflow Status" /></a> <br/> - <a href="https://git.gensokyo.uk/security/hakurei/releases"><img src="https://img.shields.io/gitea/v/release/security/hakurei?gitea_url=https%3A%2F%2Fgit.gensokyo.uk&color=purple" alt="Release" /></a> + <a href="https://git.gensokyo.uk/rosa/hakurei/releases"><img src="https://img.shields.io/gitea/v/release/rosa/hakurei?gitea_url=https%3A%2F%2Fgit.gensokyo.uk&color=purple" alt="Release" /></a> <a href="https://goreportcard.com/report/hakurei.app"><img src="https://goreportcard.com/badge/hakurei.app" alt="Go Report Card" /></a> <a href="https://hakurei.app"><img src="https://img.shields.io/website?url=https%3A%2F%2Fhakurei.app" alt="Website" /></a> </p> Hakurei is a tool for running sandboxed desktop applications as dedicated subordinate users on the Linux kernel. It implements the application container -of [planterette (WIP)](https://git.gensokyo.uk/security/planterette), a +of [planterette (WIP)](https://git.gensokyo.uk/rosa/planterette), a self-contained Android-like package manager with modern security features. Interaction with hakurei happens entirely through structures described by @@ -62,4 +62,4 @@ are very likely to be rejected. ## NixOS Module (deprecated) The NixOS module is in maintenance mode and will be removed once planterette is -feature-complete. Full module documentation can be found [here](options.md).
\ No newline at end of file +feature-complete. Full module documentation can be found [here](options.md). diff --git a/hst/config.go b/hst/config.go index a21be790..793cd786 100644 --- a/hst/config.go +++ b/hst/config.go @@ -82,7 +82,7 @@ type Config struct { // // Do not set this to true, it is insecure under any configuration. // - // [the /.flatpak-info hack]: https://git.gensokyo.uk/security/hakurei/issues/21 + // [the /.flatpak-info hack]: https://git.gensokyo.uk/rosa/hakurei/issues/21 DirectPipeWire bool `json:"direct_pipewire,omitempty"` // Direct access to PulseAudio socket, no attempt is made to establish |
