Skip to content

Commit

Permalink
Merge pull request #7 from redbrick/add-obsidian
Browse files Browse the repository at this point in the history
Add obsidian
  • Loading branch information
wizzdom authored Dec 2, 2023
2 parents b02137c + f3a0831 commit bc5df25
Show file tree
Hide file tree
Showing 19 changed files with 87 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
site/
site/
docs/.obsidian/workspace.json
6 changes: 6 additions & 0 deletions docs/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"useMarkdownLinks": true,
"newLinkFormat": "relative",
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true
}
3 changes: 3 additions & 0 deletions docs/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
30 changes: 30 additions & 0 deletions docs/.obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
20 changes: 20 additions & 0 deletions docs/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
22 changes: 22 additions & 0 deletions docs/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}
1 change: 1 addition & 0 deletions docs/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added docs/hosts/azazel.md
Empty file.
Empty file added docs/hosts/chell.md
Empty file.
Empty file added docs/hosts/glados.md
Empty file.
Empty file added docs/hosts/hardcase.md
Empty file.
Empty file added docs/hosts/motherlode.md
Empty file.
Empty file added docs/hosts/paphos.md
Empty file.
Empty file added docs/hosts/pygmalion.md
Empty file.
Empty file added docs/hosts/wheatley.md
Empty file.
Empty file added docs/hosts/zeus.md
Empty file.
2 changes: 1 addition & 1 deletion docs/services/bind.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bind9 - `distro`, `ylmcc`

Bind9 is our DNS provider. Currently it runs on Paphos, but is being moved to Fred during the restructuring.
Bind9 is our DNS provider. Currently it runs on [paphos](../hosts/paphos.md), but is being moved to Fred during the restructuring.

## Configuration

Expand Down
4 changes: 2 additions & 2 deletions docs/services/servers.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Servers

Redbrick provides two main servers (Azazel and Pygmalion) for it's members to use for various use cases, for example running applications or user programs.
Redbrick provides two main servers ([Azazel](../hosts/azazel.md) and [Pygmalion](../hosts/pygmalion.md)) for it's members to use for various use cases, for example running applications or user programs.

## Entrypoints

The main login server used in Redbrick is Azazel. You may also log in to Pygmalion if you wish at `pyg.redbrick.dcu.ie`
The main login server used in Redbrick is [Azazel](../hosts/azazel.md). You may also log in to [Pygmalion](../hosts/pygmalion.md) if you wish at `pyg.redbrick.dcu.ie`

**2 Factor Authentication is required to log in to Redbrick servers.** This is done via an SSH key and your Redbrick username/password combination. For more information on how to create an SSH key, and configure your account for 2FA, please read below.

Expand Down
Empty file added docs/services/traefik.md
Empty file.

0 comments on commit bc5df25

Please sign in to comment.