Skip to content

Add blockbot documentation to initial webgroup docs #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6d93b1a
update nomad deploy docs (#25)
wizzdom Feb 4, 2024
d8672ee
add plausible analytics (#27)
wizzdom Feb 19, 2024
7a91dee
refactor: split aperture section, styling changes (#26)
wizzdom Mar 1, 2024
6aa2e38
add docs from nomad git repo (#28)
wizzdom Mar 13, 2024
d71d839
add hedgedoc docs (#30)
wizzdom Mar 13, 2024
43acb3b
add QoL features: tags, social embed, better search, improved toc (#29)
wizzdom Mar 13, 2024
5808e3b
add privatebin docs (#32)
wizzdom Mar 13, 2024
08b5a4a
cleanup: move/rename, remove old roadmap, add homepage links, redirec…
wizzdom Mar 13, 2024
0d25667
add ldap.md from old docs (#33)
wizzdom Mar 13, 2024
2527753
api: refactor, add nomad docs (#34)
wizzdom Mar 31, 2024
5bb9b83
nomad: add exec docs, fixup links etc. (#36)
wizzdom Apr 1, 2024
01d927b
cleanup: codeblocks, links (#35)
wizzdom Apr 1, 2024
1ff66e6
update exposed.md: remove zeus, add new aperture services (#37)
wizzdom Apr 2, 2024
96c5a88
update bind.md: make changing DNS extremely clear (#38)
wizzdom Apr 3, 2024
070ddd1
user-vms.md: clarify some points, tidy up (#39)
wizzdom Apr 4, 2024
f475fb3
Open Governance Tagging info (#40)
HypnoAnt May 6, 2024
41dab13
update & clarify exposed services
wizzdom Jul 16, 2024
fe182e9
Merge pull request #41 from redbrick/update-exposed
HypnoAnt Jul 16, 2024
7e8c0e4
add wetty docs (#43)
wizzdom Jul 18, 2024
57b9ebb
Update to Resemble Open Governance Obsidian (#42)
HypnoAnt Jul 18, 2024
75d6dff
fix: frontmatter, update: hardcase, pyg, azazel (#44)
wizzdom Jul 26, 2024
2c72153
procedures: update post-powercut doc (#45)
wizzdom Sep 27, 2024
eab2885
indent
wizzdom Sep 27, 2024
06608db
post-powercut: add mailman note
wizzdom Sep 30, 2024
a3b8b2f
Merge branch 'master' into add-webgroup-docs
novanai Oct 9, 2024
1d07ecc
Update blockbot docs
novanai Oct 9, 2024
2a81d81
Update wording & formatting
novanai Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,26 @@ on:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-callouts
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
site/
docs/.obsidian/workspace.json
docs/.obsidian/graph.json
.cache/
venv/
.venv/
docs/.obsidian/plugins/
!docs/.obsidian/plugins/*/data.json
docs/.obsidian/themes/
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Redbrick docs
The home for all Redbrick technical documentation
The home for all Redbrick technical documentation
[docs.redbrick.dcu.ie](https://docs.redbrick.dcu.ie)

## Obsidian
For use with obsidian we reccommend the following plugins.
- Advanced Tables by Tony Grosinger [Github](https://github.com/tgrosinger/advanced-tables-obsidian) [Obsidian](obsidian://show-plugin?id=table-editor-obsidian)
- Git by Vinzent, (Denis Olehov) [Github](https://github.com/Vinzent03/obsidian-git) [Obsidian](obsidian://show-plugin?id=obsidian-git)
- Minimal Theme Settings by @kepano [Github](https://github.com/kepano/obsidian-minimal-settings) [Obsidian](obsidian://show-plugin?id=obsidian-minimal-settings)
- Linter by Virctor Tao [Github](https://github.com/platers/obsidian-linter) [Obsidian](obsidian://show-plugin?id=obsidian-linter)

To Enable these plugins go to Settings > Community Plugins > Turn On Community Plugins > Browse. Search, Install and Enable each of the plugins above.
6 changes: 4 additions & 2 deletions docs/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"promptDelete": false,
"alwaysUpdateLinks": true,
"useMarkdownLinks": true,
"newLinkFormat": "relative",
"alwaysUpdateLinks": true,
"newFileLocation": "current",
"showUnsupportedFiles": true,
"attachmentFolderPath": "assets"
"attachmentFolderPath": "res"
}
2 changes: 0 additions & 2 deletions docs/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"accentColor": "#c53030",
"cssTheme": "Minimal",
"nativeMenus": false,
"baseFontSize": 17,
"theme": "obsidian"
}
4 changes: 2 additions & 2 deletions docs/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
"table-editor-obsidian",
"obsidian-git",
"obsidian-linter",
"obsidian-minimal-settings",
"obsidian-git"
"obsidian-minimal-settings"
]
55 changes: 55 additions & 0 deletions docs/.obsidian/plugins/obsidian-git/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": true,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": true,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
}
Loading