Forked cosmicflow.space from cosmicpirates.space

This commit is contained in:
zaimon 2024-08-17 23:54:55 +05:30
parent dc31e6399c
commit 0ce84aa48e
99 changed files with 2365 additions and 1226 deletions

View file

@ -1,14 +1,14 @@
# cosmicpirates.space
This is the source code of the cosmicpirates.space website
This is the source code of the cosmicflow website
## Quickstart
Currently in the cosmicpirates.space source can ge accessed on our private [Gitea](https://about.gitea.com/) server.
Currently in the cosmicflow.space source can ge accessed on our private [Gitea](https://about.gitea.com/) server.
### Step 1 : SSH into the cosmicpirates server with forward tunnel of port 3000 to your local port 3000
ssh into the server and forward the port on which Gitea is running(in our case port 3000) into our local port 3000
```console
ssh -L 3000:localhost:3000 pirate@cosmicpirates.space
ssh -L 3000:localhost:3000 fluid@cosmicflow.space
```
### Step 2: Open Gitea on your Browser
Open http://localhost:3000/ in your browser