mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
parent
834b2b1818
commit
e6f7ee4add
2 changed files with 38 additions and 0 deletions
|
|
@ -156,6 +156,10 @@ const nextConfig = {
|
|||
source: '/covid19/',
|
||||
destination: '/content/covid19/'
|
||||
},
|
||||
{
|
||||
source: '/it-admins/',
|
||||
destination: '/content/it-admins/'
|
||||
},
|
||||
{
|
||||
source: '/sunsetting-som/',
|
||||
destination: '/content/sunsetting-som/'
|
||||
|
|
|
|||
34
pages/content/it-admins.mdx
Normal file
34
pages/content/it-admins.mdx
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
import Letterhead from '../../components/letterhead'
|
||||
import Announcement from '../../components/announcement'
|
||||
|
||||
<Letterhead
|
||||
title="Hack Club for IT Administrators"
|
||||
img="https://workshop-cards.hackclub.com/For IT Admins.png?brand=HQ&fontSize=300px"
|
||||
path="filters.mdx">
|
||||
|
||||
If you are reading this, you are probably an IT administrator at your organization. **Here's a quick overview of what we need from you.**
|
||||
|
||||
Please whitelist or unblock the following domains:
|
||||
- `*.hackclub.com` - Hack Club's primary domain, hosts workshops, tools and other content
|
||||
- `hack.af` - link shortener used for miscellanous links
|
||||
- `*.replit.com`, `*.cdn.replit.com`, and `*.repl.co` - Replit, a browser-based IDE used for workshops
|
||||
- `*.github.com`, `github.dev` - GitHub, an industry standard for code hosting and collaboration
|
||||
- `hackclub.slack.com` - Hack Club's primary communication platform
|
||||
|
||||
Feel free to read on for more details and potential alternatives.
|
||||
|
||||
## Hack Club Sites
|
||||
If you are unable to whitelist all subdomains, please whitelist the following:
|
||||
- `hackclub.com`
|
||||
- `workshops.hackclub.com`
|
||||
- `editor.sprig.hackclub.com`
|
||||
- `sprig.hackclub.com`
|
||||
|
||||
## GitHub
|
||||
Besides the typical HTTP(S) ports, ports 22 and 9418 need to be open for SSH and Git respectively.
|
||||
|
||||
## Replit
|
||||
Replit provides their own [toolkit](https://docs.replit.com/teams-edu/it-administrators-toolkit) for IT administrators with further options for providing student access to Replit, including a firewalled domain.
|
||||
|
||||
Thank you for supporting your students and their interests. If you have any questions, please reach out to us at [clubs@hackclub.com](mailto:clubs@hackclub.com) and we'd be happy to address your concerns.
|
||||
</Letterhead>
|
||||
Loading…
Add table
Reference in a new issue