Skip to content

Commit

Permalink
sauce: add server info
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Apr 3, 2024
1 parent 298d626 commit f6efcab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _drafts/2024-04-03-robin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Server Access from Web"
date: 2024-04-03
---

SCCS hosts a public, high-resource, student-administrated server VM for the Swarthmore community to use. The current VM, `robin`, runs Fedora Server and can be accessed via SSH at `robin.sccs.swarthmore.edu`. However, we have also recently opened Web access via Cockpit, allowing users to use a terminal and view stats without needing an SSH client. Head to [the site](https://robin.sccs.swarthmore.edu/) to try it out!
6 changes: 6 additions & 0 deletions _posts/2024-04-03-robin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Server Access from Web"
date: 2024-04-03
---

SCCS hosts a public, high-resource, student-administrated server VM for the Swarthmore community to use. The current VM, `robin`, runs Fedora Server and can be accessed via SSH at `robin.sccs.swarthmore.edu`. However, we have also recently opened Web access via Cockpit, allowing users to use a terminal and view stats without needing an SSH client. Head to [the site](https://robin.sccs.swarthmore.edu/) to try it out!
2 changes: 1 addition & 1 deletion views/dashboard.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
+service("Reserved Students Digest", "A daily email with news, events, jobs, and more", 'View the RSD', 'https://rsd.sccs.swarthmore.edu')
+service("Course Planner", "Plan your schedule for next semester", 'View the planner', 'https://schedule.sccs.swarthmore.edu')
+service("SCCS Sites", "Create your own websites using Wordpress", 'Create your site', 'https://sites.sccs.swarthmore.edu')
+service("Minecraft", "Join the Swarthmore College Minecraft server", 'Get whitelisted', '/minecraft')
+service("Server Access", "Utilize our server resources from the Cockpit dashboard", 'Log into Robin', 'https://robin.sccs.swarthmore.edu/')
+service("GPA Calculator", "Get your GPA by copy-pasting from MySwarthmore", 'Calculate your GPA', 'https://gpacalc.sccs.swarthmore.edu')
+service("Documentation", "Read our help pages and FAQs", 'Read our docs', '/docs')
p.text-muted
Expand Down
1 change: 1 addition & 0 deletions views/homepage-splash.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
a.btn.btn-outline-primary.me-2.mt-2(href='https://rsd.sccs.swarthmore.edu') RSD
a.btn.btn-outline-primary.me-2.mt-2(href='https://schedule.sccs.swarthmore.edu') Course Planner
a.btn.btn-outline-primary.me-2.mt-2(href='https://gpacalc.sccs.swarthmore.edu') GPA Calculator
a.btn.btn-outline-primary.me-2.mt-2(href='https://robin.sccs.swarthmore.edu') Server Access
a.btn.btn-outline-primary.me-2.mt-2(href='https://chromewebstore.google.com/detail/swat-dining/hljemhgbbhjcmclhbdlalcoljlmjidll?hl=en&pli=1') Dining Extension
p
| #[strong Looking for GUTS?] Here lies its replacement, SAUCE (SCCS Account and User Control Engine).
Expand Down

0 comments on commit f6efcab

Please sign in to comment.