Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanvirongh/tanvirongh.github.io
My experimental minimal site (Currently serves Snowflake)
https://github.com/tanvirongh/tanvirongh.github.io
blog github-pages personal-site personal-website snowflake
Last synced: 11 days ago
JSON representation
My experimental minimal site (Currently serves Snowflake)
- Host: GitHub
- URL: https://github.com/tanvirongh/tanvirongh.github.io
- Owner: TanvirOnGH
- License: gpl-3.0
- Created: 2023-08-01T07:27:50.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-10-22T05:01:32.000Z (22 days ago)
- Last Synced: 2024-10-23T07:19:55.768Z (21 days ago)
- Topics: blog, github-pages, personal-site, personal-website, snowflake
- Language: HTML
- Homepage: https://tanvirongh.github.io/
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
My minimal site, still a work in progress.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TanvirOnGH/tanvirongh.github.io)
## Note
The site currently serves [snowflake](https://snowflake.torproject.org). It's mechanism is simply described below:
```mermaid
graph TD
subgraph Internet
Client[Client] -- WebRTC --> Snowflake(Snowflake Proxy)
endsubgraph Snowflake Network
Snowflake -- offer --> Broker(Broker)
Broker -- answer --> Snowflake
Snowflake -- WebRTC --> Bridge(Bridge)
Bridge -- Tor --> Destination(Destination)
endClient -- domain-fronting offer --> Broker
Broker -- answer --> Client
```The diagram provides a simplified overview of the Snowflake architecture. The actual communication involves more complex interactions, but the diagram captures the main components and their connections.