Skip to content

Commit

Permalink
Fixes #13 -- Update domain to reflect new R2 storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 2, 2024
1 parent 140dce2 commit d94d787
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,15 @@ make bash-root

Static assets used by the web site are stored inside this repository and can be referenced directly via `/static` links.

User-uploaded content should instead be stored in the media storage subsystem, which resolves in
production to `media.waterwolf.town`.

`media.waterwolf.town` structure.
- site/ -> `# Website assets`
- css/
- js/
- img/
- video/
- uploads/ -> `# User generated assets`
- public/ -> `# Long-term file sharing`
- unity/
- video/
- img/
User-uploaded content is stored in `/web/media/site` in local development and in a Cloudflare R2 repository in
production, which resolves to `uploads.waterwolf.club`.

`uploads.waterwolf.club` structure:

```
img/
djs/ # DJ Avatars
posters/ # Posters
profile/ # Main Avatars
worlds/ # World screenshots
```

0 comments on commit d94d787

Please sign in to comment.