47 Commits

Author SHA1 Message Date
Brad Fitzpatrick ac50d95cc1 Support specifying remote_syslog target via Linux cmdline (#275) 2026-05-18 08:31:12 +02:00
Carlos 7dcb18c6b8 Remove duplicate h1 tags (#344) 2025-11-20 07:54:00 +01:00
Andrew Scheller 9217915734 Fix small typo in instance-config.md (#342) 2025-11-17 08:51:28 +01:00
Michael Stapelberg 226f6b3cd0 website: document BootloaderExtraEEPROM in instance config
related to https://github.com/gokrazy/gokrazy/issues/338
2025-11-16 20:05:24 +01:00
Michael Stapelberg db72067ca2 website: add userguide article about NVMe disks
related to https://github.com/gokrazy/gokrazy/issues/267
2025-11-16 20:05:24 +01:00
Michael Stapelberg 50475b8860 instance-config: document KernelExtraArgs
fixes https://github.com/gokrazy/gokrazy/issues/312
2025-05-20 23:11:23 +02:00
Michael Stapelberg 0a2ad2d53b website: instance-config: document GoBuildEnvironment
Also unify the GoBuildTags and GoBuildFlags examples.
2025-03-30 11:23:40 +02:00
Michael Stapelberg f68947708b rsync-backups: install gokr-rsync with basename rsync
This makes using gokr-rsync via SSH (command) easier:
You won’t need to specify --rsync-path=gokr-rsync anymore.
2025-02-27 20:38:23 +01:00
Paul Thiele 0dc1adf4c7 instance-config: document package config -> basename
co-authored by Michael Stapelberg

related to https://github.com/gokrazy/gokrazy/issues/303
2025-02-27 20:35:09 +01:00
Michael Stapelberg 4039e09b17 rsync-backups: gokrazy/rsync v0.2.0+ ships cmd/gokr-rsync (no d)
We still use the gokr-rsyncd name for the config file,
which is consistent with how tridge rsync does it: rsyncd.conf(5).
2025-02-22 10:24:05 +01:00
Michael Stapelberg a71bb0d14d instance-config: document environment config
related to https://github.com/gokrazy/gokrazy/issues/191
2025-01-26 22:56:45 +01:00
Michael Stapelberg ab7a3e3f04 website: add configuration → dhcp 2024-09-09 18:01:25 +02:00
Michael Stapelberg 88b3ab8b2e instance-config: update options docs
related to https://github.com/gokrazy/gokrazy/issues/236
2024-07-21 09:53:00 +02:00
Michael Stapelberg 181f1a246f mount: implement locating device by UUID= 2024-07-19 18:44:13 +02:00
Michael Stapelberg 576c2a160a mountconfig: fix description
related to https://github.com/gokrazy/gokrazy/issues/236
2024-07-19 17:19:28 +02:00
Michael Stapelberg 84eb6a4882 instance-config: document mount configuration
related to https://github.com/gokrazy/gokrazy/issues/236
2024-07-19 17:12:09 +02:00
Anup Chenthamarakshan 7ad64cf3fc website: add documentation for community-supported Rock64 (#272) 2024-07-08 08:54:44 +02:00
David Rio Deiros 9c78a234f9 reference permanent data storage, add macOS instructions (#251) 2024-02-24 16:26:37 +01:00
Michael Stapelberg 664b038d21 instance-config: document bootloader configuration
fixes https://github.com/gokrazy/gokrazy/issues/216
2023-12-18 18:32:36 +01:00
shayne 7a3806e624 userguide: add QEMU x86-64 virtual machine guide 2023-10-09 22:26:54 +02:00
Michael Stapelberg 587aeb8c2c instance-config: clarify relative paths
fixes https://github.com/gokrazy/gokrazy/issues/195
2023-04-14 14:27:40 +02:00
Michael Stapelberg 546fb4ad51 automation: recommend gok get for pulling in new versions 2023-01-15 18:34:37 +01:00
Michael Stapelberg b7fa6686d3 website: add new files to git 2023-01-14 09:18:12 +01:00
Michael Stapelberg 28607c9d59 website: update for gokr-packer → gok migration
related to https://github.com/gokrazy/gokrazy/issues/147
2023-01-14 09:16:02 +01:00
Michael Stapelberg 4795a5efa4 userguide/wifi: steer folks towards encrypted WiFi (no TLS needed)
related to https://github.com/gokrazy/gokrazy/issues/155
2022-11-20 11:35:41 +01:00
Michael Stapelberg 0d5434aeff remotesyslog: reference new syslogd program 2022-08-13 19:35:54 +02:00
oliverpool ec687fbb97 website: reorganization (#128) 2022-04-24 15:20:01 +02:00
Michael Stapelberg 1193ab5af8 userguide: add “data backup with rsync” 2022-04-15 16:48:11 +02:00
oliverpool 593e679999 website: document supervisor stop on exit 0 2022-04-05 21:56:53 +02:00
Joonas Kuorilehto ac405dceab website: update Tailscale VPN documentation (#115)
* website: update Tailscale VPN documentation

Replace use of breakglass with instructions to use interactive login.
This depends on https://github.com/tailscale/tailscale/pull/4117 being
merged.

Add mkfs into the example so that /perm filesystem is initialized.

Add instructions how to use auth-key for unattended device auth instead
of having to use browser interactively.

Append to tailscaled/flags.txt instead of overwriting.

Clarify and update the tsnet example. Add mention of TS_AUTHKEY
as alternative here too.

* website: set auth-key value on the same line for clarity

* website: require tailscale v1.22.1 to simplify instructions

Since tailscale.com v1.22.1 we do not need to set statedir and
tun=userspace-networking on gokrazy.

https://github.com/tailscale/tailscale/pull/4117#issuecomment-1063345864
2022-03-20 20:20:08 +01:00
Joonas Kuorilehto d3ff664156 website: add Bluetooth to user guide 2022-03-20 09:54:51 +01:00
Christian Heusel e021fdbebd Simplify Wifi userguide with extrafile
https://github.com/gokrazy/wifi/commit/2553edfa41ba27c9ec89bc5bdca3ca235118ff3f
2022-03-04 08:27:08 +01:00
Michael Stapelberg a3abd0c0dc update userguide for encrypted WiFi
related to https://github.com/gokrazy/gokrazy/issues/13
2022-03-01 08:47:10 +01:00
Michael Stapelberg 71483396c4 package-config: explain extra files, too 2022-02-22 09:16:25 +01:00
fwiedmann 43fd34ba72 docs(website): add user guide about how to access permanent data
docs(readme): add documentation description for the website
2022-01-12 23:20:38 +01:00
Michael Stapelberg 13366ee74a switch website to hugo “learn” documentation theme 2021-12-04 19:11:23 +01:00
Michael Stapelberg ebfb16478a update website to bootstrap 5 2021-11-15 19:26:36 +01:00
Michael Stapelberg 5d997cad34 tailscale: describe tsnet listener, link to demo 2021-11-09 09:53:02 +01:00
Michael Stapelberg 59af446275 userguide: add caddy article 2021-10-24 18:35:45 +02:00
Michael Stapelberg b06b404bc2 tailscale: explain how to set up HTTP proxy for other programs 2021-10-24 10:24:22 +02:00
Christian Heusel 7b86705ff1 add a minio userguide article 2021-10-19 09:15:24 +02:00
Michael Stapelberg 2ad6fef67f add process interface documentation 2021-09-13 19:46:08 +02:00
Michael Stapelberg 42b305a88c website: add tailscale guide 🎉 2021-08-29 19:17:53 +02:00
Michael Stapelberg 71b339d2ff userguide: add per-package configuration doc 2021-01-20 21:48:32 +01:00
Michael Stapelberg 1ec8cbf7d9 add userguide for GPIO
related to https://github.com/google/periph/issues/432
fixes https://github.com/gokrazy/gokrazy/issues/33
2020-06-15 09:57:06 +02:00
Michael Stapelberg 59d57578b9 add userguide entries for unencrypted wifi and tls
related to https://github.com/gokrazy/gokrazy/issues/51
2020-06-01 11:23:34 +02:00
Michael Stapelberg a457d8e04a start a userguide, with an entry about remote syslog
related to https://github.com/gokrazy/gokrazy/issues/51
2020-05-31 21:17:01 +02:00