A simple redirection to serve a gitea instance's repositories' latest release files as an http file server. (302 redirections)
Go to file
Alice Gaudon 20d276cd10 Change redirection to caching local copy and then serving download
i.e. this allows clients to request partial downloads with range headers
2020-11-20 13:21:56 +01:00
assets swaf rename: rename project to swaf-boilerplate 2020-11-13 10:54:35 +01:00
config Change redirection to caching local copy and then serving download 2020-11-20 13:21:56 +01:00
public Add assets 2020-04-23 18:07:39 +02:00
src Change redirection to caching local copy and then serving download 2020-11-20 13:21:56 +01:00
test Upgrade wms-core and add eslint 2020-10-05 13:38:03 +02:00
views Serve and list older versions as well (priority is most recent version) 2020-11-17 13:35:27 +01:00
.eslintrc.json Upgrade wms-core and add eslint 2020-10-05 13:38:03 +02:00
.gitignore Ignore yarn-error.log 2020-05-05 15:23:18 +02:00
LICENSE Version 1.0.0, license and package.json details 2020-11-16 17:02:28 +01:00
README.md Update README.md 2020-11-16 17:04:08 +01:00
app.service swaf rename: rename project to swaf-boilerplate 2020-11-13 10:54:35 +01:00
jest.config.js Add tests 2020-04-23 18:12:10 +02:00
package.json Version 1.1.0 2020-11-17 13:35:45 +01:00
tsconfig.frontend.json Convert frontend js to typescript 2020-09-23 13:30:48 +02:00
tsconfig.json tsconfig: temporarily skipLibCheck 2020-11-16 16:55:32 +01:00
tsconfig.test.json Upgrade wms-core and add eslint 2020-10-05 13:38:03 +02:00
webpack.config.js Drop UglifyJS webpack plugin in favor of Terser 2020-10-01 14:38:16 +02:00
yarn.lock Add redirection functionality and remove unused resources 2020-11-16 16:55:04 +01:00

README.md

Eternae Ink Update

A simple redirection to serve a gitea instance's repositories' latest release files as an http file server. (302 redirections)