18af3ea8be
Rename Services section
2026-07-29 01:26:23 -07:00
pboy
f9f06e7d10
Updated nspawn container doc
2026-07-29 09:39:56 +02:00
pboy
9cb2232aff
Updated to f44, Added new virtual-bridge doc
2026-07-27 20:23:21 +02:00
8c10219124
Merge branch 'main' into ISSUE210-style
2026-07-27 09:37:25 +00:00
1a2a2a2181
Various style updates and improvements based on feedback from Brett Weir
2026-07-27 09:07:38 +01:00
ad12ee8dd5
Update dnsmasq to include a tested section on UEFI HTTP Boot
2026-07-24 18:03:44 +01:00
54f8a5803c
Merge pull request 'Minor edits in mDNS article' ( !204 ) from brettweir/user-documentation:fix-mdns-typo into main
...
Reviewed-on: server/user-documentation#204
2026-07-22 14:27:03 +00:00
19b0a5b79a
Update text based on feedback from @sgallagh
2026-07-22 14:12:52 +00:00
4f9d88b9d7
Minor edits in mDNS article
2026-07-21 21:23:28 -07:00
9fcfd4fa81
Changes based on feedback from Brett Weir, to incorporate a convention around using backticks for commands, filepaths, etc.
2026-07-17 11:57:18 +01:00
3c214148ed
Merge pull request 'Issue #210 - Add Fedora Server style conventions to help guide contribution and to track decisions made by the Fedora Server SIG/WG' ( !202 ) from goroboro/user-documentation:ISSUE210-style into main
...
Reviewed-on: server/user-documentation#202
2026-07-17 08:45:48 +00:00
caded889fa
Merge pull request 'Add mDNS article' ( !201 ) from brettweir/user-documentation:add-mdns-article into main
...
Reviewed-on: server/user-documentation#201
2026-07-17 08:33:05 +00:00
c5bf1c8b94
Update console commands, show more output
2026-07-16 22:25:10 -07:00
20935b4f53
Merge branch 'main' into ISSUE210-style
2026-07-16 10:18:21 +00:00
6de9e5652f
Issue #210 - Add Fedora Server style conventions to help guide contribution and to track decisions made by the Fedora Server SIG/WG
2026-07-16 11:09:46 +01:00
b2af4f4591
Add mDNS article
...
Assisted-by: Pi:gpt-oss-120b
2026-07-16 02:34:33 -07:00
8eff27a275
Merge pull request 'Fix typographical errors in administration section' ( !197 ) from brettweir/user-documentation:proofread-administration into main
...
Reviewed-on: server/user-documentation#197
2026-07-16 05:48:11 +00:00
05a25cba6c
Merge branch 'main' into proofread-administration
2026-07-15 21:27:37 -07:00
ea986bec94
Merge pull request 'Fix typographical errors in virtualization section' ( !199 ) from brettweir/user-documentation:proofread-virtualization into main
...
Reviewed-on: server/user-documentation#199
2026-07-15 20:54:56 +00:00
6f572aa137
Merge pull request 'Fix typographical errors in services section' ( !198 ) from brettweir/user-documentation:proofread-services into main
...
Reviewed-on: server/user-documentation#198
2026-07-15 20:53:22 +00:00
4fa4b877a8
Merge pull request 'PXE configuration for dnsmasq' ( !194 ) from goroboro/user-documentation:dnsmasq-pxe into main
...
Reviewed-on: server/user-documentation#194
2026-07-15 20:52:30 +00:00
0bd8ea413d
Update file edits to not use HEREDOC and to rather explain to use preferred editor
...
This was agreed and discussed in a Fedora Server meeting.
2026-07-15 17:01:34 +01:00
0e6d6fb2ff
Typo: fix missing $
2026-07-15 17:01:34 +01:00
957ae76ddb
Added a menu entry to make it easier to revert to boot from disk
...
This is a small update to make it easier to fallback out of PXE boot menu and boot from another device
2026-07-15 17:01:34 +01:00
9531e98d2b
PXE configuration for dnsmasq
...
This commit provides validated steps to configure dnsmasq as a tftp server and to provide UEFI dhcp-boot instructions to load network-based grub EFI binaries.
The commit excludes instructions for legacy BIOS clients partly because I was unable to get this to work properly in my lab environment and couldn't validate the steps, but also because legacy BIOS is very old now and there isn't a hard requirement to continue to document this at this point. We can add instructions for BIOS in the future, if required.
Due to some of the quirks of my libvirt based lab, and while attempting to resolve issues with legacy BIOS, I used some AI assistance, and some of this might have influenced some of the content in this commit. All steps have been manually tested and documented, but since AI was used to resolve some issues along the way, I have added two AI attribution tags to this commit.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Assisted-by: Qwen-3.6-35B-A3B on llama.cpp
2026-07-15 17:01:15 +01:00
0b5b3b1de7
Merge pull request 'Fix typographical errors in miscellaneous sections' ( !200 ) from brettweir/user-documentation:proofread-misc into main
...
Reviewed-on: server/user-documentation#200
Reviewed-by: Peter Boy <pboy@noreply.forge.fedoraproject.org>
2026-07-15 12:03:26 +00:00
49c141434f
Merge pull request 'Fix typographical errors in containerization section' ( !196 ) from brettweir/user-documentation:proofread-containerization into main
...
Reviewed-on: server/user-documentation#196
Reviewed-by: Peter Boy <pboy@noreply.forge.fedoraproject.org>
2026-07-15 11:45:26 +00:00
02c8a43336
Merge pull request 'Fix typographical errors in installation section' ( !195 ) from brettweir/user-documentation:proofread-installation into main
...
Reviewed-on: server/user-documentation#195
2026-07-15 11:43:43 +00:00
fd47c0373c
Merge pull request 'Update dnsmasq.adoc to use sudo commands where relevant and to avoid using vim in commands' ( !193 ) from goroboro/user-documentation:dnsmasq-root into main
...
Reviewed-on: server/user-documentation#193
Reviewed-by: Peter Boy <pboy@noreply.forge.fedoraproject.org>
2026-07-15 11:31:51 +00:00
1a25b0f4ab
Merge pull request 'Add topics for OpenSSH' ( !181 ) from goroboro/user-documentation:OpenSSH into main
...
Reviewed-on: server/user-documentation#181
2026-07-15 11:29:37 +00:00
f8dd9949ca
Merge branch 'main' into OpenSSH
2026-07-15 08:48:41 +00:00
79ebb0f8c3
Remove superfluous apostrophe
2026-07-13 13:21:34 -07:00
fe6e5a095f
Fix capitalization of "processor"
2026-07-13 13:19:31 -07:00
152643145e
Fix typographical errors in partials
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 23:51:25 -07:00
e679a5c9d4
Fix typographical errors in misc. sections
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 23:46:18 -07:00
8c4edb6d7f
Fix typographical errors in virtualization section
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 21:08:56 -07:00
99a268f092
Fix typographical errors in services section
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 19:07:22 -07:00
db003c5728
Fix typographical errors in administration section
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 18:20:20 -07:00
be8ca4ef88
Fix typographical errors in containerization section
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 17:45:44 -07:00
77d291421c
Fix typographical errors in installation section
...
Assisted-by: OpenCode:gpt-oss-120b
2026-07-12 17:20:21 -07:00
48a1b951b5
Merge pull request 'Remove .DS_Store/.bak files, update .gitignore, fix file attributes' ( !191 ) from brettweir/user-documentation:main into main
...
Reviewed-on: server/user-documentation#191
Reviewed-by: Emmanuel Seyman <eseyman@noreply.forge.fedoraproject.org>
2026-07-11 20:57:12 +00:00
5a2fd40aea
Improvements to writes to config files - as discussed in Fedora Server meeting. We opted not to use HEREDOC, and to not specify which editor to use. I also took the opportunity to do some further clarification on variable substitutions.
2026-07-09 10:40:51 +01:00
32e9e4c701
Update modules/ROOT/pages/administration/SSH-Advanced-Usage.adoc
...
Add a note about the status of this as a work in progress
2026-07-08 18:42:19 +00:00
eca3ef22d7
Update modules/ROOT/pages/administration/SSH-Client.adoc
...
Add a note about status as a work in progress
2026-07-08 18:41:43 +00:00
79fde244cf
Update modules/ROOT/pages/administration/SSH-Server.adoc
...
Add a note about status as a work in progress
2026-07-08 18:40:39 +00:00
70866c0860
Update modules/ROOT/pages/administration/SSH-About.adoc
...
Add a note about status as a work in progress
2026-07-08 18:39:53 +00:00
2571017f4b
Merge pull request 'proxmox-f44' ( !192 ) from proxmox-f44 into main
...
Reviewed-on: server/user-documentation#192
2026-07-08 18:31:38 +00:00
eae8d18810
Merge branch 'main' into OpenSSH
2026-07-08 17:04:37 +00:00
2f360f7221
Merge branch 'main' into dnsmasq-root
2026-07-06 16:08:21 +00:00
972f693217
Update dnsmasq.adoc to use sudo commands where relevant and to avoid using vim in commands which requires a user to understand and navigate a particular editor. I used HEREDOC syntax to pipe content into files. A user can edit the content before they copy/paste into the command line.
2026-07-06 15:21:43 +01:00