[PR #231] [MERGED] Documentation #328

Closed
opened 2026-05-07 00:20:22 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/231
Author: @speed47
Created: 9/1/2021
Status: Merged
Merged: 9/2/2021
Merged by: @speed47

Base: masterHead: documentation


📝 Commits (9)

  • 60851f4 enh: config reading: add rootonly option
  • 6ea2660 doc: add osh-sync-watcher.sh config reference
  • 1036542 doc: add osh-encrypt-rsync.pl config reference
  • 531c66c doc: add osh-backup-acl-keys.sh config reference
  • 4f6f63e doc: add osh-piv-grace-reaper.pl config reference
  • 06d9612 doc: use autosectionlabel
  • 6971a96 doc: generate scripts doc reference
  • 91a4678 chore: perlcritic: remove Variables::RequireInitializationForLocalVars check
  • e07b83f chore: trick perltidy

📊 Changes

28 files changed (+874 additions, -309 deletions)

View changed files

📝 bin/admin/osh-sync-watcher.sh (+11 -0)
📝 bin/cron/osh-backup-acl-keys.sh (+10 -0)
📝 bin/cron/osh-encrypt-rsync.pl (+6 -3)
📝 bin/cron/osh-piv-grace-reaper.pl (+5 -1)
📝 bin/dev/perlcriticrc (+1 -0)
doc/sphinx-reference-headers/bastion.conf.header (+13 -0)
doc/sphinx-reference-headers/osh-backup-acl-keys.conf.header (+17 -0)
doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header (+17 -0)
doc/sphinx-reference-headers/osh-http-proxy.conf.header (+11 -0)
doc/sphinx-reference-headers/osh-piv-grace-reaper.conf.header (+12 -0)
doc/sphinx-reference-headers/osh-sync-watcher.sh.header (+12 -0)
📝 doc/sphinx/Makefile (+12 -5)
📝 doc/sphinx/administration/configuration/bastion_conf.rst (+88 -89)
📝 doc/sphinx/administration/configuration/index.rst (+4 -0)
doc/sphinx/administration/configuration/osh-backup-acl-keys_conf.rst (+126 -0)
doc/sphinx/administration/configuration/osh-encrypt-rsync_conf.rst (+161 -0)
📝 doc/sphinx/administration/configuration/osh-http-proxy_conf.rst (+16 -43)
doc/sphinx/administration/configuration/osh-piv-grace-reaper_conf.rst (+35 -0)
doc/sphinx/administration/configuration/osh-sync-watcher_sh.rst (+117 -0)
📝 doc/sphinx/administration/index.rst (+0 -4)

...and 8 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/231 **Author:** [@speed47](https://github.com/speed47) **Created:** 9/1/2021 **Status:** ✅ Merged **Merged:** 9/2/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `documentation` --- ### 📝 Commits (9) - [`60851f4`](https://github.com/ovh/the-bastion/commit/60851f4d162ba0d3a453f7b3ee987bdb706af4df) enh: config reading: add rootonly option - [`6ea2660`](https://github.com/ovh/the-bastion/commit/6ea26602a123419ef9483e5289d3c13b2abb2605) doc: add osh-sync-watcher.sh config reference - [`1036542`](https://github.com/ovh/the-bastion/commit/103654243f81b3dabd1593fe267bb26585d78315) doc: add osh-encrypt-rsync.pl config reference - [`531c66c`](https://github.com/ovh/the-bastion/commit/531c66c6c158e1e04c06282f2e1cf0daf8f9e5e3) doc: add osh-backup-acl-keys.sh config reference - [`4f6f63e`](https://github.com/ovh/the-bastion/commit/4f6f63ec7fe87ee25a5bae4a0a9a7da028cd3963) doc: add osh-piv-grace-reaper.pl config reference - [`06d9612`](https://github.com/ovh/the-bastion/commit/06d96121d1a5560e26481f1f06bf6780fa093989) doc: use autosectionlabel - [`6971a96`](https://github.com/ovh/the-bastion/commit/6971a96b74d8e5a79c8328b69ef279e611567b4b) doc: generate scripts doc reference - [`91a4678`](https://github.com/ovh/the-bastion/commit/91a467820aae60e096a78bfc5413f1e1a3854ce4) chore: perlcritic: remove Variables::RequireInitializationForLocalVars check - [`e07b83f`](https://github.com/ovh/the-bastion/commit/e07b83f967d4f947bcf3151d65a18c004bef5eb4) chore: trick perltidy ### 📊 Changes **28 files changed** (+874 additions, -309 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/osh-sync-watcher.sh` (+11 -0) 📝 `bin/cron/osh-backup-acl-keys.sh` (+10 -0) 📝 `bin/cron/osh-encrypt-rsync.pl` (+6 -3) 📝 `bin/cron/osh-piv-grace-reaper.pl` (+5 -1) 📝 `bin/dev/perlcriticrc` (+1 -0) ➕ `doc/sphinx-reference-headers/bastion.conf.header` (+13 -0) ➕ `doc/sphinx-reference-headers/osh-backup-acl-keys.conf.header` (+17 -0) ➕ `doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header` (+17 -0) ➕ `doc/sphinx-reference-headers/osh-http-proxy.conf.header` (+11 -0) ➕ `doc/sphinx-reference-headers/osh-piv-grace-reaper.conf.header` (+12 -0) ➕ `doc/sphinx-reference-headers/osh-sync-watcher.sh.header` (+12 -0) 📝 `doc/sphinx/Makefile` (+12 -5) 📝 `doc/sphinx/administration/configuration/bastion_conf.rst` (+88 -89) 📝 `doc/sphinx/administration/configuration/index.rst` (+4 -0) ➕ `doc/sphinx/administration/configuration/osh-backup-acl-keys_conf.rst` (+126 -0) ➕ `doc/sphinx/administration/configuration/osh-encrypt-rsync_conf.rst` (+161 -0) 📝 `doc/sphinx/administration/configuration/osh-http-proxy_conf.rst` (+16 -43) ➕ `doc/sphinx/administration/configuration/osh-piv-grace-reaper_conf.rst` (+35 -0) ➕ `doc/sphinx/administration/configuration/osh-sync-watcher_sh.rst` (+117 -0) 📝 `doc/sphinx/administration/index.rst` (+0 -4) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:22 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#328
No description provided.