You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application serves as a static file hosting repository for files that are automatically uploaded to files.cow.fi via GitHub workflows.
4
+
5
+
## Usage
6
+
7
+
1. Place any files that need to be hosted on `files.cow.fi` in the `public/` directory
8
+
2. Files will be automatically uploaded to `files.cow.fi` through GitHub workflows
9
+
3. The directory structure in `public/` will be preserved in the final URL path
10
+
11
+
For example:
12
+
13
+
- A file `public/example.json` will be available at `https://files.cow.fi/cow-files/example.json`
14
+
- A file `public/docs/guide.pdf` will be available at `https://files.cow.fi/cow-files/docs/guide.pdf`
15
+
16
+
## File Organization Guidelines
17
+
18
+
- Keep files organized in meaningful subdirectories
19
+
- Use lowercase names for files and directories
20
+
- Use hyphens (-) instead of spaces in filenames
21
+
- Include version numbers in filenames when applicable
22
+
23
+
## Automatic Deployment
24
+
25
+
Files are automatically deployed to `files.cow.fi` through GitHub workflows. The workflow configuration can be found in the repository's `.github/workflows` directory.
0 commit comments