|
58c8321a18
|
feat: add footer to homepage
|
2024-09-24 13:23:46 -03:00 |
|
|
9d5fbca929
|
fix: mkv videos not playing on browser
|
2024-09-19 15:47:24 -03:00 |
|
|
e341d2f166
|
fix: limited /tmp space inside container
causes big uploads to not go through
|
2024-09-19 15:39:11 -03:00 |
|
|
444c725fc6
|
fix: change to html/template for more security
|
2024-09-19 15:38:43 -03:00 |
|
|
e42f307bd1
|
ci: create docker image on tag creation
|
2024-09-19 13:17:29 -03:00 |
|
|
189c0c50fd
|
ops: add templates dir to docker compose
|
2024-09-19 10:33:43 -03:00 |
|
|
92dd395f34
|
docs: mention theming templates
|
2024-09-19 10:30:28 -03:00 |
|
|
39c6a1f570
|
feat: add customizable file tree
|
2024-09-19 10:28:23 -03:00 |
|
|
914e303667
|
fix: check .env file existence
|
2024-09-18 14:00:04 -03:00 |
|
|
2c5a818c10
|
fix: set text mimetypes for common extensions
|
2024-09-18 13:58:05 -03:00 |
|
|
9e2dc9df91
|
feat: change filenames for md5 hashes
|
2024-09-18 13:48:04 -03:00 |
|
|
621cd34508
|
docs: add home page explanation
|
2024-09-18 10:34:42 -03:00 |
|
|
93194f4a1c
|
feat: add static website example
|
2024-09-18 10:26:32 -03:00 |
|
|
20fd599ed7
|
chore: update gitignore
|
2024-09-18 10:24:21 -03:00 |
|
|
1211e730e9
|
fix!: fix docker path handling
after i trimmed down the image, it didn't have workdir /app, so we need
to fix it
|
2024-09-18 10:23:43 -03:00 |
|
|
1ab01ac492
|
fix: correct path handling for static
on docker, you'd need to do /static and not /app/static
|
2024-09-18 10:19:04 -03:00 |
|
|
9d23b391fe
|
fix: more intuitive port handling
|
2024-09-18 10:16:03 -03:00 |
|
|
4ed73c3086
|
feat: add /last for checking last uploaded file
|
2024-09-18 10:03:53 -03:00 |
|
|
468fb823e9
|
feat: add static webpage
|
2024-09-18 09:55:26 -03:00 |
|
|
90f63f4c54
|
chore: reword docs
|
2024-09-06 16:51:14 -03:00 |
|
|
804366e331
|
fix: doesn't work with sh, just bash
|
2024-09-06 16:43:38 -03:00 |
|
|
cc7db8c441
|
fix: server wouldnt bind to any port after generate_config.sh
|
2024-09-06 16:43:22 -03:00 |
|
|
3c8224cb4d
|
docs: update docs on variables
|
2024-09-06 16:35:01 -03:00 |
|
|
7dd62b2cd7
|
ops: change default port in docker compose
|
2024-09-06 16:34:38 -03:00 |
|
|
31e894b6bc
|
feat: add customizable port and file directories
|
2024-09-06 16:34:20 -03:00 |
|
|
47994c2bb2
|
docs: add mention to docker image
|
2024-09-06 12:07:20 -03:00 |
|
|
91ca3254a7
|
ops: change build for image
build abyss / build (amd64, linux) (push) Waiting to run
build abyss / build (arm64, linux) (push) Waiting to run
build abyss / build (ppc64le, linux) (push) Waiting to run
build abyss / build (riscv64, linux) (push) Waiting to run
Build and Push Docker Image / build (push) Waiting to run
|
2024-09-06 11:15:56 -03:00 |
|
|
a65265af49
|
build: push docker images automatically
|
2024-09-06 11:15:43 -03:00 |
|
|
07ec53acd7
|
feat: optimize docker image
build abyss / build (amd64, linux) (push) Waiting to run
build abyss / build (arm64, linux) (push) Waiting to run
build abyss / build (ppc64le, linux) (push) Waiting to run
build abyss / build (riscv64, linux) (push) Waiting to run
Build Release / release linux/386 (release) Waiting to run
Build Release / release linux/amd64 (release) Waiting to run
Build Release / release darwin/amd64 (release) Waiting to run
Build Release / release windows/386 (release) Waiting to run
Build Release / release windows/amd64 (release) Waiting to run
|
2024-09-06 10:33:57 -03:00 |
|
|
80497fb2a8
|
build: add on-commit github action
build abyss / build (amd64, linux) (push) Waiting to run
build abyss / build (arm64, linux) (push) Waiting to run
build abyss / build (ppc64le, linux) (push) Waiting to run
build abyss / build (riscv64, linux) (push) Waiting to run
|
2024-09-03 22:26:00 -03:00 |
|
|
da544e8176
|
docs: change running instructions
program now reads from .env, so, we can change the way of running and
simplify it
|
2024-09-03 22:04:31 -03:00 |
|
|
7e512671a8
|
ops: update docker files
|
2024-09-03 21:54:21 -03:00 |
|
|
04fc379479
|
feat: easier setup and more transparent customization
|
2024-09-03 21:53:26 -03:00 |
|
Lucas Barbieri
|
2431f5e655
|
docs: fix documentation on running the webserver
|
2024-08-25 23:21:17 -03:00 |
|
Lucas Barbieri
|
acd9b90042
|
feat: remove /upload and just use /
|
2024-08-25 23:17:20 -03:00 |
|
Lucas Barbieri
|
84565a5a1a
|
refactor: split into multiple files
|
2024-08-25 23:17:20 -03:00 |
|
Lucas Barbieri
|
0962cf19bf
|
chore: update gitignore to dont track binary
|
2024-08-25 23:17:20 -03:00 |
|
jabuxas
|
43ce66b444
|
fix: update release.yml
|
2024-08-20 10:51:28 -03:00 |
|
jabuxas
|
b578f6bfcc
|
feat: update workflow file
|
2024-08-20 10:47:51 -03:00 |
|
Lucas Barbieri
|
41e68a9d54
|
docs: guide on rebuilding image
|
2024-08-20 09:21:30 -03:00 |
|
Lucas Barbieri
|
9a51991833
|
fix: add right env variables to docker compose
|
2024-08-20 09:13:05 -03:00 |
|
Lucas Barbieri
|
ae1549c8da
|
docs(): update readme
|
2024-08-20 09:13:00 -03:00 |
|
Lucas Barbieri
|
399ede55b0
|
feat(): add extensions to file names
|
2024-08-20 09:00:44 -03:00 |
|
Lucas Barbieri
|
a5460e9e52
|
feat(auth): add basic authentication when accessing /tree/
|
2024-08-20 08:38:56 -03:00 |
|
Lucas Barbieri
|
e2284d404c
|
feat(): add docs on auth
|
2024-08-19 20:00:46 -03:00 |
|
Lucas Barbieri
|
2212962796
|
feat(): sanitize '/' path properly
|
2024-08-19 20:00:07 -03:00 |
|
Lucas Barbieri
|
b8ad1dd9b9
|
feat(): add basic authentication
|
2024-08-19 19:47:32 -03:00 |
|
Lucas Barbieri
|
48528f3a56
|
feat(): add max file size for upload
|
2024-08-19 16:39:57 -03:00 |
|
Lucas Barbieri
|
ea6a7b272a
|
fix(): have volumes not inside container
|
2024-08-19 16:18:24 -03:00 |
|
Lucas Barbieri
|
a84d275990
|
feat: add file tree to /tree
|
2024-08-19 16:17:55 -03:00 |
|