Commit graph

368 commits

Author SHA1 Message Date
ZizzyDizzyMC
3e7e0ab975 Update audio.html 2021-02-10 23:37:04 -05:00
ZizzyDizzyMC
58274c9107 Update audio.html 2021-02-10 23:30:42 -05:00
ZizzyDizzyMC
d3373ba623 Update video.html 2021-02-10 23:22:49 -05:00
ZizzyDizzyMC
5b6ae7f0ea Update server.go 2021-02-10 22:55:25 -05:00
ZizzyDizzyMC
362ebaad6d revert all changes 2021-02-10 22:20:59 -05:00
ZizzyDizzyMC
1489848240 test 2021-02-10 22:07:41 -05:00
ZizzyDizzyMC
fe345872b6 test 2021-02-10 21:54:04 -05:00
ZizzyDizzyMC
1a9a630577 testing the reverse order. 2021-02-10 21:33:08 -05:00
ZizzyDizzyMC
90f1d2006c Update base.html 2021-02-10 21:22:59 -05:00
ZizzyDizzyMC
b056391e68 Update base.html 2021-02-10 21:21:19 -05:00
ZizzyDizzyMC
9133cf5071 test 2021-02-10 21:11:56 -05:00
ZizzyDizzyMC
d958745a2a Update base.html 2021-02-10 21:06:51 -05:00
ZizzyDizzyMC
a02663324e Update video.html 2021-02-10 21:03:51 -05:00
root
c0bad40c90 Changing permissions 2021-02-10 20:50:32 -05:00
ZizzyDizzyMC
3f05a148c7 test 2021-02-10 20:46:59 -05:00
ZizzyDizzyMC
3133c911ec Embed rework. 2021-02-10 20:42:59 -05:00
ZizzyDizzyMC
f49f553f18 Update metalog.sh 2021-02-10 19:44:17 -05:00
ZizzyDizzyMC
29eb962d9a Meta Log Cron File 2021-02-10 19:33:38 -05:00
ZizzyDizzyMC
26aeb87d42 Update s3.go 2021-02-09 23:10:35 -05:00
ZizzyDizzyMC
2624427b6c Update upload.go 2021-02-09 23:07:18 -05:00
ZizzyDizzyMC
cb69d98032 Update upload.go 2021-02-09 22:59:23 -05:00
ZizzyDizzyMC
654a1f0a84 Update upload.go 2021-02-09 22:53:27 -05:00
ZizzyDizzyMC
d6ebc29483 Update upload.go 2021-02-09 22:52:18 -05:00
ZizzyDizzyMC
5effb947e3 Update upload.go 2021-02-09 22:47:08 -05:00
ZizzyDizzyMC
f87914a2a2 Update upload.go 2021-02-09 22:44:04 -05:00
ZizzyDizzyMC
de6b3bc23f Improved Security Logging 2021-02-09 22:36:14 -05:00
ZizzyDizzyMC
b8fdab8822 Update base.html 2021-02-09 20:07:45 -05:00
ZizzyDizzyMC
3ef06652a8 Update server.go 2021-02-09 20:05:09 -05:00
ZizzyDizzyMC
5a42af9611 Update server.go 2021-02-09 20:02:21 -05:00
ZizzyDizzyMC
63975c2019 Extra footer text block test. 2021-02-09 20:00:20 -05:00
Andrei Marcu
94f63c2045
Update README.md 2021-01-25 11:29:55 -08:00
Steven Tang
486cc6ff77
Remove entrypoint from sample docker-compose.yml (#252)
Resolves #225

Entrypoint in Dockerfile specifies default bind, filespath, metapath.
Having entrypoint in docker-compose.yml will remove those defaults.
Without the entrypoint line, the command executed is:
`/usr/local/bin/linx-server -bind=0.0.0.0:8080 -filespath=/data/files/ -metapath=/data/meta/ -config /data/linx-server.conf`
2020-11-29 11:09:53 -08:00
Andrei Marcu
91b9885ac6 Update README.md 2020-10-16 16:57:09 -07:00
tuxx
ef99024433
Add LinxShare android client to README.md (#246) 2020-10-16 16:55:11 -07:00
Andrei Marcu
9a5fc11dff Fix GH action (again) 2020-08-14 00:52:25 -07:00
mutantmonkey
456274c1b9
Split and move auth into a separate package (#224)
* Split and move auth into a separate package

This change will make it easier to implement additional authentication
methods, such as OpenID Connect. For now, only the existing "apikeys"
authentication method is supported.

* Use absolute site prefix to prevent redirect loop
2020-08-14 00:42:45 -07:00
mutantmonkey
a2e00d06e0
Clarify how metadata is stored with the S3 backend (#223)
This was suggested in #221.
2020-08-14 00:40:52 -07:00
Andrei Marcu
965d5f6c29 Fix GH action 2020-08-14 00:39:53 -07:00
Andrei Marcu
8ed205181a Add buildx GH action for multi-arch docker images 2020-08-14 00:32:55 -07:00
Infinoid
5eb6f32ff0
Switch to a more comprehensive mimetype detection library (#231) 2020-08-02 22:16:47 -07:00
Andrei Marcu
6ce2bd6b9f Display pages: Add OpenGraph tags for media 2020-05-14 01:12:24 -07:00
Andrei Marcu
e2a65a5b62 README: Clarify docker usage and example 2020-05-14 00:51:19 -07:00
Andrei Marcu
151515f516 Cleanup: Integrate expired files periodic cleanup 2020-05-13 17:38:03 -07:00
mutantmonkey
bc599ae018
Fix typo in readme (#213)
This should say linx-cleanup, not linx-client.
2020-04-16 14:18:21 -07:00
Björn
8edf53c142
Add systemd unit/timer for the cleanup tool (#210)
* add systemd service for the cleanup script

* add systemd timer for the cleanup service
2020-04-13 12:36:03 -07:00
Andrei Marcu
9f7e6b6eea Torrent: Ranged requests so torrents work 2020-03-18 17:26:43 -07:00
Andrei Marcu
3167ab7ff0 README: Update screenshots 2020-03-12 18:34:08 -07:00
Andrei Marcu
2e0319b602 Fix project name in footer 2020-03-12 17:14:50 -07:00
Andrei Marcu
2b21a5bb81 Mobile: Change initial scale for better fit 2020-03-12 17:11:05 -07:00
Andrei Marcu
49d45f52bb Highlight.js: Add license 2020-03-12 16:43:11 -07:00