Skip to content

Commit

Permalink
[+] Add member login page
Browse files Browse the repository at this point in the history
  • Loading branch information
sauricat committed Jan 12, 2024
1 parent 507d41a commit 147766d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default defineConfig({
text: '联系我们',
link: '/zh-Hans/contact',
},
{ text: '<b>会员登录</b>', link: '/res' },

],
sidebar: {
'/zh-Hans/posts': getPostList('zh-Hans'),
Expand All @@ -42,6 +44,7 @@ export default defineConfig({
text: '連絡先',
link: '/ja/contact',
},
{ text: '<b>会員ログイン</b>', link: '/res' },
],
sidebar: {
'/ja/posts': getPostList('ja'),
Expand All @@ -55,6 +58,7 @@ export default defineConfig({
{ text: 'Posts', link: '/posts' },
{ text: 'Links', link: '/links' },
{ text: 'Contact', link: '/contact' },
{ text: '<b>Member Login</b>', link: '/res' },
],
logo: 'https://www.one-among.us/favicon-large.png',

Expand Down
42 changes: 42 additions & 0 deletions content/res.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Member Zone
date: 2023-11-14T14:40:00-05:00
---

Workspace Login:

- Email [mail.oneamongus.ca](https://mail.oneamongus.ca)

- Calendar [cal.oneamongus.ca](https://cal.oneamongus.ca)

- Drive [drive.oneamongus.ca](https://drive.oneamongus.ca)

- Online Conference [conf.oau.app](https://conf.oau.app) mod password required to start a new conference room

- [Tailscale](https://login.tailscale.com/admin)

- [Cloudflare Dashboard](https://dash.cloudflare.com/login)

- [GitHub](https://github.com/one-among-us)

- [Telegram](https://web.telegram.org)

---

Services Running:

- [heartbeat.oau](https://artefaritakuniklo.github.io/heartbeat.oau/)

- [Matrix Server](https://oau.app/_matrix/client/versions), [Matrix-Telegram Relay Bot](https://t.me/oaumsgfwdbot)

- [GitHub Updates Lookup](https://t.me/oau_github)

---

Servers:

when connected tailscale, `ssh <account>@<hostname>`

where `<hostname> = oau-vultr, <account> = root`

or `<hostname> = ctvp, <account> = <your registered name>`

0 comments on commit 147766d

Please sign in to comment.