tycrek
f920907a1b
added config entry `dataEngine`
3 years ago
tycrek
0c1758cea1
Added options to replace or remove spaces in filenames (must run `npm run setup`)
3 years ago
tycrek
d29f964c6b
Added setting to directly view resource in browser
3 years ago
tycrek
07cac6ef20
fixed setup not using existing S3 configs
3 years ago
tycrek
b171c365ad
Custom indexes are now pluggable without frontends, and are very easy :D
3 years ago
tycrek
7d02c97794
Merge branch 'master' into better-custom-frontend
3 years ago
tycrek
36fbc4f7a6
improved result summary
3 years ago
tycrek
3ab246e676
Suppress JS-0093, JS-0229, JS-0086 false positives
3 years ago
tycrek
f7d87d2998
Fixed found `undefined` as an Identifier (JS-0127)
3 years ago
tycrek
4049964d23
Fixed variable used before definition (JS-0129)
3 years ago
tycrek
7c02205774
fixed wording
3 years ago
tycrek
2e1a05572b
removed default confirmation, user must explicitly provide input
3 years ago
tycrek
bb4b0656d1
Added message for aborting setup
3 years ago
tycrek
11b3c2055c
removed potentially dangerous config options from setup
...
- `diskFilePath`
- `saveWithDate` (some systems don't like dirs with massive amounts of files)
- `saveAsOriginal` (prone to conflicts, which ass doesn't handle)
These options will still exist for backwards compatibility if existing hosts have edited these options in their configs.
3 years ago
tycrek
aabae5c3a1
changed some defaults
...
- `resourceIdType` is now `random` instead of `zws`
- `saveWithDate` is now `true`
- `saveAsOriginal` is now `false`
3 years ago
tycrek
276b46ba01
improved wording & order of some setup items
3 years ago
tycrek
55880b9558
added function for making more confirm schemas
3 years ago
tycrek
8a443b1787
only ask for S3 info if user is using S3
3 years ago
tycrek
7f588e2b1e
frontend name now set in config
3 years ago
tycrek
cc9836b94d
fixed install thing I think
3 years ago
tycrek
c10cdc6c50
fixed overwriting existing tokens
3 years ago
tycrek
85539e30bd
setup now uses debug loglevel (docker nearly done)
3 years ago
tycrek
a9f75dd0b7
added share/ to .gitignore; silently ignore acceptable error on setup
3 years ago
tycrek
423fa4a78c
setup autocalled from ass.js & handles initial auth & other tasks
3 years ago
tycrek
03d5cb450b
minor improvements
3 years ago
tycrek
cec58fc5b7
use the actual bucket path variable thing now
3 years ago
tycrek
587551716e
better word(ing)
3 years ago
tycrek
061c151f4b
added support for `s3bucketEndpoints` (will require `npm i` after pull!)
3 years ago
tycrek
831d187a05
clarified in setup.js
3 years ago
tycrek
7b551cb68b
fixed setup script ( closes #25 )
3 years ago
tycrek
b9d6a8d0be
added audio support
3 years ago
tycrek
ab4ae6fa1e
added mimetype blocking (requires `npm run setup` after pull)
3 years ago
tycrek
39433ebc93
fixed setup breaking when running with no existing config
3 years ago
tycrek
abc57471fa
replaced " with '
3 years ago
tycrek
0919939ac7
added configurable upload limits & proper upload limit handling (need to re-run setup)
3 years ago
tycrek
15b5f01b46
nearly 2am and I'm fixing random things from DeepSource still
3 years ago
tycrek
8a8b409a75
more DeepSource fixes
3 years ago
tycrek
f3e0f9c70d
more uhhhhh what are these, DeepSource iirc
3 years ago
tycrek
54d0708df5
attempt fixing DeepSource issues
3 years ago
tycrek
1270abea3a
fixed gfycat type in setup script
3 years ago
tycrek
4e177929d5
added Amazon S3 config fields to setup
3 years ago
tycrek
539a9c3a23
`npm run setup` now references existing config for defaults
3 years ago
tycrek
ecdebf73ad
optimized scripts
3 years ago
Jacob Herd
82aaafa990
Gfycat Resource type
3 years ago
tycrek
5f9af34ac6
minor fixes
4 years ago
tycrek
f93053481a
rearranged variable positions
4 years ago
Vadim
954d13c9f3
Add Options For File Saving
...
Added 3 new options configuring how files should be saved on the disk. Also added to setup script.
1. Date Folder Structure
Save images within current Year and Month folder (used same default as ShareX with year-month formatting)
2. Customise File Destination
Change the location of uploads from "uploads/" to anything.
Perhaps an additional feature could be error checking to ensure it's a valid path?
3. Save As Original File Name
Currently files get saved with randomly generated file name and no file extension. Adds option to save with same name and file extension as uploaded.
Feel free to change the descriptions in the setup script, I tried my best to describe setting but there's room for improvement.
Thanks for the software, let me know if you have any questions
4 years ago
Josh Moore
39b61774bf
Added working Discord video embeds ( #6 )
4 years ago
tycrek
0d9467730a
rebranded to "ass"
4 years ago
tycrek
d73bc82113
Merge branch 'master' of github.com:tycrek/anssxustawai into master
4 years ago