(I'm talking about atama-hyprland - I referenced it a couple of times there, but it's not actually a real module yet because my Hyprland config needs a serious cleanup before it's publishable)
13 lines
No EOL
1.4 KiB
YAML
13 lines
No EOL
1.4 KiB
YAML
description: Configures a local for-user SSH server. Like the name implies, it's intended for use with Waydroid, so that you can still control your machine while inside a Waydroid session - but it doesn't outright depend on it and strictly speaking it will work for any use-case that needs a loop-back SSH session for some reason.
|
|
package-files:
|
|
- dependencies.yaml
|
|
post_install_hook: "hook.sh"
|
|
post_disable_hook: "unhook.sh" #No matter what I tried, I couldn't get this hook to actually trigger, so it seems to be an in-development stub that doesn't work yet (especially given how there was literally 0 documentation on this - I simply spotted it being listed in auto-generated modules). For now, the unhook script has to be run manually if you want to undo the power button setup. Nevertheless, it's listed here, so it should Just Work [TM] when DCli adds support.
|
|
run_hooks_as_user: true
|
|
hook_behavior: always #...instead of "once" because this lets your config be self-healing (even if you mess something up, next dcli sync will restore it); ...instead of "ask" because I don't like pestering people with RUN THIS HOOK? RUN THIS HOOK? (if anything, that makes it more likely that they will "[S]kip always", thus rendering the „self-healing” non-functional)
|
|
author: "Guzio"
|
|
version: "1.0.0"
|
|
category: "system"
|
|
tags: []
|
|
license: "MIT"
|
|
upstream_url: "https://gitdab.com/Guzio/system/src/branch/main/modules/waydroid-ssh" |