clan-bot
|
c5e62074a6
|
Merge pull request 'docs: user-password add admonition' (#1359) from a-kenji-docs/fix into main
|
2024-05-14 09:31:53 +00:00 |
|
a-kenji
|
9999379f81
|
docs: user-password add admonition
|
2024-05-14 11:29:07 +02:00 |
|
clan-bot
|
dd1cfe3834
|
Merge pull request 'modules: init user-password' (#1358) from a-kenji-modules/init/user-password into main
|
2024-05-14 08:58:37 +00:00 |
|
a-kenji
|
cd0b360b49
|
modules: init user-password
Init a user-password module, that allows setting the password for a
single user.
fixes #1351
|
2024-05-14 10:55:43 +02:00 |
|
clan-bot
|
8c0fb90c1a
|
Merge pull request 'Reorder getting started documentation' (#1345) from Qubasa-main into main
|
2024-05-10 21:02:33 +00:00 |
|
Qubasa
|
86ae7cbbfb
|
Reorder getting started documentation
|
2024-05-10 22:59:45 +02:00 |
|
clan-bot
|
fdf63fd605
|
Merge pull request 'Fix template. Improve docu. Add disko as default imported module.' (#1342) from Qubasa-main into main
|
2024-05-10 13:42:12 +00:00 |
|
Qubasa
|
82fa89b57e
|
Fix template. Improve docu. Add disko as default imported module.
|
2024-05-10 15:39:46 +02:00 |
|
clan-bot
|
cad492e830
|
Merge pull request 'fix docs .envrc watch_file' (#1339) from Qubasa-main into main
|
2024-05-09 13:05:34 +00:00 |
|
Qubasa
|
2abd5bbe37
|
fix docs .envrc watch_file
|
2024-05-09 15:00:03 +02:00 |
|
clan-bot
|
aad130166f
|
Merge pull request 'hsjobeki-main' (#1332) from hsjobeki-main into main
|
2024-05-08 10:30:16 +00:00 |
|
Johannes Kirschbauer
|
3e9a1ea68f
|
vm-manager: hide hidden vm log info
|
2024-05-08 12:27:16 +02:00 |
|
Johannes Kirschbauer
|
2acd06c9fa
|
docs: add faq page
|
2024-05-08 12:23:04 +02:00 |
|
clan-bot
|
f45d3385c2
|
Merge pull request 'template: fix disko devices' (#1328) from a-kenji-docs-patch-7 into main
|
2024-05-07 20:48:50 +00:00 |
|
a-kenji
|
23c9291912
|
template: fix disko devices
|
2024-05-07 22:46:15 +02:00 |
|
clan-bot
|
1893ebef19
|
Merge pull request 'docs: simplify hardware-configuration' (#1326) from a-kenji-docs-patch-5 into main
|
2024-05-07 19:40:06 +00:00 |
|
a-kenji
|
fd00a941dc
|
docs: simplify hardware-configuration
|
2024-05-07 21:37:25 +02:00 |
|
clan-bot
|
9ab5a9507d
|
Merge pull request 'docs: add tip for wlan configuration' (#1325) from a-kenji-docs-patch-4 into main
|
2024-05-07 19:29:11 +00:00 |
|
a-kenji
|
1a4c20e49e
|
add: tip
|
2024-05-07 21:26:15 +02:00 |
|
clan-bot
|
f138e59da8
|
Merge pull request 'docs: add reference to the help page' (#1324) from a-kenji-docs-patch-3 into main
|
2024-05-07 18:47:50 +00:00 |
|
a-kenji
|
ddd9318ea1
|
docs: add reference to the help page
|
2024-05-07 20:45:09 +02:00 |
|
clan-bot
|
aee2fdcffa
|
Merge pull request 'docs: improve getting started prerequisite docs' (#1322) from a-kenji-docs-patch-2 into main
|
2024-05-07 13:48:22 +00:00 |
|
a-kenji
|
d1b810dfad
|
docs: improve getting started prerequisite docs
|
2024-05-07 15:45:38 +02:00 |
|
clan-bot
|
4dede0ee5c
|
Merge pull request 'docs: add link to cli reference' (#1321) from a-kenji-improve/docs into main
|
2024-05-07 13:37:40 +00:00 |
|
a-kenji
|
3506d6ba0d
|
docs: add link to cli reference
|
2024-05-07 15:34:56 +02:00 |
|
clan-bot
|
f2a3415e2c
|
Merge pull request 'clan-cli: add --json and --png flags to machine install' (#1320) from a-kenji-feat/clan-install-json into main
|
2024-05-07 12:52:21 +00:00 |
|
a-kenji
|
2e821c4525
|
clan-cli: add --json and --png flags to machine install
Allow using `clan machines [machine] install` in conjunction with the
`--json` and `--png` flags.
Fixes #1180
|
2024-05-07 14:47:13 +02:00 |
|
clan-bot
|
bbba7e9087
|
Merge pull request 'disko module: add default for singleDiskExt4' (#1300) from hsjobeki-main into main
|
2024-05-07 11:29:19 +00:00 |
|
Johannes Kirschbauer
|
15dd4ea25f
|
cli-docs: add automatic markdown cli docs
|
2024-05-07 13:26:33 +02:00 |
|
Johannes Kirschbauer
|
5a6eeda125
|
disko module: add default for singleDiskExt4
|
2024-05-07 13:11:04 +02:00 |
|
clan-bot
|
f8e08a610e
|
Merge pull request 'Add jsonschema test case' (#1309) from Qubasa-main into main
|
2024-05-04 12:14:07 +00:00 |
|
Qubasa
|
fc7f544199
|
Fix invalid jsonschema testcase
|
2024-05-04 14:11:28 +02:00 |
|
Luis Hebendanz
|
8aaa95737a
|
Merge pull request 'ci: Change from deploy on pull_request to deploy on main push' (#1313) from Qubasa-autodeploy into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1313
|
2024-05-04 11:42:45 +00:00 |
|
Qubasa
|
7dedae9920
|
ci: Change from deploy on pull_request to deploy on main push
|
2024-05-04 13:42:16 +02:00 |
|
clan-bot
|
01e5b02633
|
Merge pull request 'ci: Change from deploy on pull_request to deploy on main push' (#1312) from Qubasa-autodeploy into main
|
2024-05-04 11:40:49 +00:00 |
|
Qubasa
|
f4de3ac83d
|
ci: Change from deploy on pull_request to deploy on main push
|
2024-05-04 13:37:56 +02:00 |
|
clan-bot
|
9e65cf2b5b
|
Merge pull request 'gitea_action: Add docs.clan.lol auto deploy' (#1311) from Qubasa-autodeploy into main
|
2024-05-04 11:34:28 +00:00 |
|
Qubasa
|
8134583641
|
Remove print of priv key in ci
|
2024-05-04 13:31:30 +02:00 |
|
Qubasa
|
5d8ee29ed4
|
Merge branch 'fix_secrets' into autodeploy
|
2024-05-04 13:12:17 +02:00 |
|
Qubasa
|
d9ce211d1a
|
secrets: Fix test failure through flake update
|
2024-05-04 13:11:37 +02:00 |
|
Qubasa
|
9ec8b71765
|
moonlight-sunshine-accept: Fix formatting error
|
2024-05-03 20:38:53 +02:00 |
|
Qubasa
|
4fef9c3652
|
gitea_action: Add docs.clan.lol auto deploy
|
2024-05-03 20:34:27 +02:00 |
|
Qubasa
|
393ed517e2
|
jsonschema: Filter out 'invisible' options, that are there to throw errors on define
|
2024-05-03 19:40:42 +02:00 |
|
Qubasa
|
159198b81a
|
Add jsonschema test case
|
2024-05-03 19:40:42 +02:00 |
|
Clan Merge Bot
|
83ea2312a1
|
update flake lock - 2024-04-29T00:00+00:00
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/0a17298c0d96190ef3be729d594ba202b9c53beb' (2024-04-05)
→ 'github:nix-community/disko/285e26465a0bae510897ca04da26ce6307c652b4' (2024-04-26)
• Updated input 'nixos-generators':
'github:nix-community/nixos-generators/0c15e76bed5432d7775a22e8d22059511f59d23a' (2024-04-04)
→ 'github:nix-community/nixos-generators/722b512eb7e6915882f39fff0e4c9dd44f42b77e' (2024-04-22)
• Updated input 'nixos-generators/nixlib':
'github:nix-community/nixpkgs.lib/90b1a963ff84dc532db92f678296ff2499a60a87' (2024-03-31)
→ 'github:nix-community/nixpkgs.lib/3c62b6a12571c9a7f65ab037173ee153d539905f' (2024-04-07)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/298edc8f1e0dfffce67f50375c9f5952e04a6d02' (2024-04-07)
→ 'github:NixOS/nixpkgs/30ddacc06345a478f9528fa29e2c8857b90381b2' (2024-04-28)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/39191e8e6265b106c9a2ba0cfd3a4dafe98a31c6' (2024-04-07)
→ 'github:Mic92/sops-nix/f1b0adc27265274e3b0c9b872a8f476a098679bd' (2024-04-23)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/49dc4a92b02b8e68798abd99184f228243b6e3ac' (2024-04-01)
→ 'github:numtide/treefmt-nix/c6aaf729f34a36c445618580a9f95a48f5e4e03f' (2024-04-25)
|
2024-05-03 10:31:23 +00:00 |
|
Mic92
|
022a55639f
|
Merge pull request 'rename everything to Clan' (#1301) from ci into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1301
|
2024-05-03 09:47:55 +00:00 |
|
Jörg Thalheim
|
6f2430b191
|
deprecate gitea nix builds
|
2024-05-03 11:45:02 +02:00 |
|
Jörg Thalheim
|
6236defde6
|
rename everything to Clan
|
2024-05-03 11:45:02 +02:00 |
|
clan-bot
|
9a8a5f4c00
|
Merge pull request 'Throw error on missing clanModule description or if description too long. Add xfce description.' (#1306) from Qubasa-main into main
|
2024-05-02 16:00:32 +00:00 |
|
Qubasa
|
6908527ebd
|
Throw error on missing clanModule description or if description too long. Add xfce description.
|
2024-05-02 17:53:27 +02:00 |
|