302 Commits

Author SHA1 Message Date
孙圣翔²⁰₂₁
fdd6ff9435 fix for goreleaser 1.3.0 2024-12-04 08:57:52 +08:00
codeskyblue
29bd44ac0c Merge pull request #212 from black-06/master
feat: support for multiple http users
2024-12-04 08:36:52 +08:00
codeskyblue
4b9be2fd12 Merge pull request #210 from NaturezzZ/master
[feat] directly play video
2024-12-04 08:33:57 +08:00
black-06
2d7a0f1aaf feat: support for multiple http users 2024-10-28 19:20:44 +08:00
NaturezzZ
23f70c844a [feat] directly play video 2024-10-19 14:36:26 +08:00
codeskyblue
6d8af0af8f Merge pull request #202 from codeskyblue/dependabot/go_modules/golang.org/x/net-0.23.0 2024-05-14 13:55:34 +08:00
dependabot[bot]
189100b3af Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:32:20 +00:00
codeskyblue
75eb27f9c9 merge pr 1.2.0 2023-12-19 11:43:27 +08:00
dependabot[bot]
e31775af89 Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 11:41:36 +08:00
Gary Marigliano
2a0e1f7400 Add no-index option to disable indexing and search 2023-12-19 11:41:18 +08:00
dependabot[bot]
dbd0e06c73 Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201021035429-f5854403a974 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 11:38:34 +08:00
Kushal Azim Ekram
bd2d79953d Added alpine and upx based container build. Much smaller size ~14mb 2023-12-19 11:38:34 +08:00
Jiawen Geng
dd8692b656 fix docker build
3.612 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.202.132 80]
3.612 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:10
--------------------
   8 |     WORKDIR /app
   9 |     RUN mkdir -p /app/public
  10 | >>> RUN apt-get update && apt-get install -y ca-certificates
2023-12-19 11:38:34 +08:00
codeskyblue
eacf2d1dc3 cors enable by default 2023-12-19 11:38:34 +08:00
codeskyblue
08e2cf764d limit cors only get, head, options 2023-12-19 11:38:34 +08:00
codeskyblue
a400a028ff Merge pull request #193 from codeskyblue/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2023-12-19 11:17:21 +08:00
codeskyblue
f2fb06ae18 Merge pull request #174 from krypty/add-option-to-disable-index
Add no-index option to disable indexing and search
2023-12-19 11:16:48 +08:00
dependabot[bot]
71957e4947 Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 03:15:17 +00:00
codeskyblue
5fab10ed10 Merge pull request #170 from codeskyblue/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0
2023-12-19 11:14:42 +08:00
codeskyblue
30e4b86595 Merge pull request #173 from kforeverisback/alpine-small-build
Smaller Build using Alpine and UPX
2023-12-19 11:12:10 +08:00
codeskyblue
5bcbcd0bac Merge pull request #185 from gengjiawen/patch-3
fix docker build
2023-12-19 11:11:14 +08:00
codeskyblue
2a5610bb74 Merge pull request #192 from codeskyblue/add-cors
cors enable by default
2023-12-19 11:07:02 +08:00
codeskyblue
b86e0e623e cors enable by default 2023-12-19 11:05:52 +08:00
codeskyblue
bca7b842f5 Merge pull request #191 from codeskyblue/limit-cors
limit cors only get, head, options
2023-12-19 10:38:43 +08:00
codeskyblue
ea7272437d limit cors only get, head, options 2023-12-19 10:37:39 +08:00
Jiawen Geng
6de7ca4676 fix docker build
3.612 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.202.132 80]
3.612 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:10
--------------------
   8 |     WORKDIR /app
   9 |     RUN mkdir -p /app/public
  10 | >>> RUN apt-get update && apt-get install -y ca-certificates
2023-10-07 16:54:56 +08:00
Gary Marigliano
88433ea55e Add no-index option to disable indexing and search 2023-03-13 10:17:42 +01:00
Kushal Azim Ekram
d874ba59cf Added alpine and upx based container build. Much smaller size ~14mb 2023-03-11 21:16:26 -08:00
Gary Marigliano
5dc0040375 Make deep path depth configurable
Allow to configure with --deep-path-max-depth the depth of paths to combine
when listing the folders. The default is still 5.
2023-03-09 11:48:20 +01:00
dependabot[bot]
034215a031 Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201021035429-f5854403a974 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 01:35:46 +00:00
codeskyblue
80c9e79869 update again 1.1.4 2022-07-26 19:23:30 +08:00
codeskyblue
2adc57be6c change ci from travis to github actions 1.1.3 2022-07-26 18:44:49 +08:00
codeskyblue
6829892be4 update go build version 1.1.2 2022-07-26 18:33:24 +08:00
codeskyblue
26545513de fix #137 1.1.1 2022-05-23 18:19:46 +08:00
codeskyblue
342d9cc14c Merge pull request #125 from maxunof/master
Migration to go:embed and some other changes
2021-09-14 14:22:54 +08:00
codeskyblue
ed85a9687b Merge pull request #126 from miguelnv/issue#117-error-fetching-large-folders
issue#117-error-fetching-large-folders
2021-09-13 22:29:55 +08:00
Miguel Vieira
fe8dcd76c1 thread-safe concurrent file size info map 2021-09-05 03:34:26 +01:00
Max
230bc3d182 so now we can use go install 2021-08-20 11:34:30 +00:00
Max
28a90b90dd fix version load 2021-08-20 11:26:15 +00:00
Max
e607da8ec2 make footer more pretty 2021-08-20 11:26:00 +00:00
Max
e47bdd1272 migrate from vfs to go:embed 2021-08-20 11:24:42 +00:00
Max
ff821dcb63 fix typo in readme (#122) 2021-08-20 13:18:03 +03:00
codeskyblue
8887f4ef69 Merge pull request #124 from maxunof/master
fix readme
2021-08-20 16:36:54 +08:00
Max
bd1a35541a fix readme x2 2021-08-19 17:47:15 +03:00
Max
56045c6c8e fix readme 2021-08-19 16:48:45 +03:00
codeskyblue
b5bd6779f9 fix #105 1.1.0 2021-04-06 10:52:25 +08:00
codeskyblue
8665999fc0 Merge branch 'prefix' 2021-04-06 10:43:01 +08:00
codeskyblue
677c5a7cec update names 2021-04-06 10:42:49 +08:00
codeskyblue
41981a3d8a update readme 2021-04-01 11:16:51 +08:00
codeskyblue
47789eec68 Merge branch 'aeoluswing-master' 2021-03-30 17:04:43 +08:00