Skip to content

Commit

Permalink
Merge pull request #14 from redbrick/fix-broken-links
Browse files Browse the repository at this point in the history
cleanup: fix broken links
  • Loading branch information
wizzdom authored Jan 21, 2024
2 parents fa665f3 + c3262cb commit a5d66d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/aperture/icecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You'll need to connect to icecast to stream to it. BUTT is the software we use t
on the desktop. Once its open, (and you're connected to the VPN), press the small "play" button in the top left corner. This
will start your stream to the server.

The username and password should already be configured in the software. If not, ask a [redbrick sysadmin](../../contact)
The username and password should already be configured in the software. If not, ask a [redbrick sysadmin](../contact.md)
for the login details.

!!! warning
Expand All @@ -66,4 +66,4 @@ if you want to keep it for later, it will not be kept on the desktop for long!

### Further Information

If you have any questions, please ask a [redbrick sysadmin](../../contact).
If you have any questions, please ask a [redbrick sysadmin](../contact.md).
9 changes: 5 additions & 4 deletions docs/hosts/zeus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

## Where to find
- TODO
- `136.206.15.31`

## Services
- [Wetty](servers.md#Logging%20in%20to%20Wetty) at: [wetty.redbrick.dcu.ie](https://wetty.redbrick.dcu.ie)
- [Admin API](api.md) at: [api.redbrick.dcu.ie](https://api.redbrick.dcu.ie)
- [Wetty](../services/servers.md#Logging%20in%20to%20Wetty) at: [wetty.redbrick.dcu.ie](https://wetty.redbrick.dcu.ie)
- [Admin API](../services/api.md) at: [api.redbrick.dcu.ie](https://api.redbrick.dcu.ie)
- brickbot2
- Secretary's email generator at: [generator.redbrick.dcu.ie](https://generator.redbrick.dcu.ie)
- [CodiMD](codimd.md) at: [md.redbrick.dcu.ie](https://md.redbrick.dcu.ie)
- all of this is routed through [traefik](traefik.md) as a reverse proxy
- [CodiMD](../services/codimd.md) at: [md.redbrick.dcu.ie](https://md.redbrick.dcu.ie)
- all of this is routed through [traefik](../services/traefik.md) as a reverse proxy
3 changes: 1 addition & 2 deletions docs/services/codimd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ CodiMD lives on [`zeus`](../hosts/zeus.md) as a docker container. It is accessib

CodiMD is built locally and is based on [codimd](https://github.com/hackmdio/CodiMD), the docs for which are [here](https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-docker-deployment).

Hackmd auths against LDAP and its configuration is controlled from docker-compose. Go to
`/etc/docker-compose/services/hackmd` on [zeus](../hosts/zeus.md) to find the configuration.
Hackmd auths against LDAP and its configuration is controlled from docker-compose. Go to `/etc/docker-compose/services/hackmd` on [zeus](../hosts/zeus.md) to find the configuration.

See [CodiMD github](https://github.com/hackmdio/hackmd/#environment-variables-will-overwrite-other-server-configs) for more info on configuration.
The important points are disabling anonymous users and the LDAP settings.
2 changes: 1 addition & 1 deletion docs/services/nfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ mount -o remount,ro /storage

### Rolling Back or Restoring a Backup

See [znapzend](/services/znapzend/)
See [znapzend](znapzend.md)

0 comments on commit a5d66d6

Please sign in to comment.