This commit is contained in:
parent
d8074236f5
commit
e2b6579ed1
@ -59,7 +59,7 @@ announce the GRC prefix at all.
|
|||||||
|
|
||||||
| Node capability | Action Taken |
|
| Node capability | Action Taken |
|
||||||
|:---|:---|
|
|:---|:---|
|
||||||
| fr-rbx1 | Prefix announced without any prepending |
|
| fr-par1 | Prefix announced without any prepending |
|
||||||
| Other nodes with unlimited BW allowance | ASN prepended once |
|
| Other nodes with unlimited BW allowance | ASN prepended once |
|
||||||
| Nodes with BW limits | ASN prepended twice |
|
| Nodes with BW limits | ASN prepended twice |
|
||||||
| Nodes with low BW limits | GRC prefix not announced |
|
| Nodes with low BW limits | GRC prefix not announced |
|
||||||
|
@ -77,22 +77,3 @@ based on [drone](https://www.drone.io/).
|
|||||||
The CI/CD service is used to manage DNS, build and publish applications and
|
The CI/CD service is used to manage DNS, build and publish applications and
|
||||||
the burble.dn42 website.
|
the burble.dn42 website.
|
||||||
|
|
||||||
## minio.burble.dn42
|
|
||||||
|
|
||||||
[min.io](https://min.io) is used as an S3 compatible block storage service.
|
|
||||||
For example, min.io is used for storing build artifacts from CI pipelines.
|
|
||||||
|
|
||||||
As well as a central storage server, min.io is deployed in 'gateway' mode
|
|
||||||
to provide local, regional caches for the block storage.
|
|
||||||
|
|
||||||
The min.io services uses a global [etcd](https://etcd.io) cluster for credential
|
|
||||||
management.
|
|
||||||
|
|
||||||
## lounge.burble.dn42
|
|
||||||
|
|
||||||
For lurking on [#dn42](https://wiki.dn42.us/services/IRC) I use
|
|
||||||
[thelounge](https://thelounge.chat/), a web based IRC client.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,9 +14,9 @@ This website is built using [Hugo](https://gohugo.io/) and is
|
|||||||
[distributed](/services/internal/#rproxyburbledn42) across burble.dn42
|
[distributed](/services/internal/#rproxyburbledn42) across burble.dn42
|
||||||
core nodes.
|
core nodes.
|
||||||
|
|
||||||
The public internet site is hosted on de-fra1 behind
|
The public internet site is a [CloudFlare](https://www.cloudflare.com) pages
|
||||||
[CloudFlare](https://www.cloudflare.com) and the source for the website
|
application and the source is [published](https://git.burble.com/burble.dn42/www)
|
||||||
is [published](https://git.burble.com/burble.dn42/www) in the burble.dn42 git.
|
in the burble.dn42 git.
|
||||||
|
|
||||||
## Service Administration Portal
|
## Service Administration Portal
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ is [published](https://git.burble.com/burble.dn42/www) in the burble.dn42 git.
|
|||||||
The service portal allows you to configure your burble.dn42 services.
|
The service portal allows you to configure your burble.dn42 services.
|
||||||
|
|
||||||
Functionality includes:
|
Functionality includes:
|
||||||
- Setting or changing a burble.dn42 password
|
- Setting or changing a burble.dn42 LDAP password
|
||||||
- Changing your shell for the shell services
|
- Changing your shell for the shell services
|
||||||
- Viewing peering information
|
- Viewing peering information
|
||||||
|
|
||||||
@ -239,3 +239,15 @@ in the burble.dn42 network as an NTP time server on either the public or DN42 ne
|
|||||||
|
|
||||||
Waste your time with this dn42 themed, browser based idle game.
|
Waste your time with this dn42 themed, browser based idle game.
|
||||||
|
|
||||||
|
## lounge.burble.dn42
|
||||||
|
|
||||||
|
- <https://lounge.burble.dn42/> (dn42 link)
|
||||||
|
- <https://lounge.burble.com/> (public internet link)
|
||||||
|
|
||||||
|
[thelounge](https://thelounge.chat/) is a web based IRC client that is integrated
|
||||||
|
with the LDAP backend.
|
||||||
|
|
||||||
|
Log in using your burble.dn42 username/password to lurk on
|
||||||
|
[#dn42](https://wiki.dn42.us/services/IRC).
|
||||||
|
(set a password using the [the burble.dn42 service portal](https://svc.burble.dn42/))
|
||||||
|
|
||||||
|
@ -166,14 +166,21 @@ ssh -X shell.burble.dn42 -f 'xterm & xeyes'
|
|||||||
|
|
||||||
### Performance Monitoring
|
### Performance Monitoring
|
||||||
|
|
||||||
The shell servers are monitored using netdata and prometheus, with performance
|
Some of the shell servers are monitored using netdata and prometheus, with
|
||||||
graphs available in [grafana](https://grafana.burble.dn42).
|
performance graphs available in [grafana](https://grafana.burble.dn42).
|
||||||
|
|
||||||
The netdata dashboard is also directly accessible:
|
The netdata dashboard is also directly accessible:
|
||||||
|
|
||||||
- [http://shell.fr-par1.burble.dn42:19999](http://shell.fr-par1.burble.dn42:19999)
|
- [http://shell.fr-par1.burble.dn42:19999](http://shell.fr-par1.burble.dn42:19999)
|
||||||
- [http://shell.ca-bhs2.burble.dn42:19999](http://shell.ca-bhs2.burble.dn42:19999)
|
- [http://shell.ca-bhs2.burble.dn42:19999](http://shell.ca-bhs2.burble.dn42:19999)
|
||||||
- [http://shell.us-lax1.burble.dn42:19999](http://shell.us-lax1.burble.dn42:19999)
|
|
||||||
|
### Integration with S3 object storage
|
||||||
|
|
||||||
|
The shell servers include [rclone](https://rclone.org/) which can be used to access
|
||||||
|
the [S3 object storage service](/services/minio).
|
||||||
|
See the
|
||||||
|
[S3 storage example](/services/minio/#using-the-s3-api-to-mount-buckets-using-rclone)
|
||||||
|
for details.
|
||||||
|
|
||||||
## Acceptable Use
|
## Acceptable Use
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user