Commit Graph

617 Commits

Author SHA1 Message Date
Joe 43c190e6b0
[ci] check server respone after starting
continuous-integration/drone/push Build was killed Details
2020-09-04 11:58:39 -05:00
Joe 53b6722b2b
don't redirect to secure connection 2020-09-04 11:47:08 -05:00
Joe e3e7e5d91a
[ci] give postgresql a little more time 2020-09-04 11:25:48 -05:00
Joe f34bf71e2b
[ci] correct DB_HOST replacement
continuous-integration/drone/push Build is passing Details
2020-09-04 11:22:55 -05:00
Joe 48460bad2b
[ci] correct sed syntax 2020-09-04 11:21:11 -05:00
Joe 9d8fa86e8e
[ci] detach services
continuous-integration/drone/push Build is failing Details
2020-09-04 11:15:23 -05:00
Joe 2e6cd53c03
[ci] tweak postgres setup
continuous-integration/drone/push Build was killed Details
2020-09-04 11:09:01 -05:00
Joe 1d12a0c236
[ci] tweak postgres setup
continuous-integration/drone/push Build is failing Details
2020-09-04 11:06:10 -05:00
Joe 0b7aad4efa
[ci] overhaul external dependency installation
continuous-integration/drone/push Build is failing Details
2020-09-04 11:01:47 -05:00
Joe b786c6c225
[ci] permanently set debconf frontend to noninteractive
continuous-integration/drone/push Build is failing Details
2020-09-04 10:50:03 -05:00
Joe c397792fe3
[ci] give postgresql a little more time 2020-09-04 10:49:02 -05:00
Joe 6a9f0205b8
[ci] don't nest quotes
continuous-integration/drone/push Build is failing Details
2020-09-04 10:39:00 -05:00
Joe 7a6f64851e
[ci] correct su syntax and try to escape nested quotes
continuous-integration/drone/push Build is failing Details
2020-09-04 10:35:24 -05:00
Joe 1a6ffdd9bb
[ci] run psql as postgres
continuous-integration/drone/push Build is failing Details
2020-09-04 10:29:02 -05:00
Joe 91e9808bc5
[ci] tweak apt-get command 2020-09-04 10:27:51 -05:00
Joe c310b15c3e
[ci] actually run sed on .env
continuous-integration/drone/push Build is failing Details
2020-09-04 10:24:20 -05:00
Joe 54104c39a1
[ci] correct sed syntax 2020-09-04 10:23:33 -05:00
Joe a1d9626b05
[ci] use apt-get instead of apt 2020-09-04 10:22:34 -05:00
Joe b1a9fab6a6
[ci] start postgresql after install 2020-09-04 10:22:02 -05:00
Joe b8338408ba
[ci] workaround tzdata install
continuous-integration/drone/push Build is failing Details
2020-09-04 10:17:22 -05:00
Joe 9db957a3db
[ci] actually quiet apt output 2020-09-04 10:15:59 -05:00
Joe 7f846a4502
[ci] quiet apt output and don't install recommends
continuous-integration/drone/push Build was killed Details
2020-09-04 10:12:34 -05:00
Joe 125bfb6192
[ci] sync package lists
continuous-integration/drone/push Build encountered an error Details
2020-09-04 10:08:12 -05:00
Joe aba8f7eb17
[ci] don't sudo
continuous-integration/drone/push Build is failing Details
2020-09-04 10:03:21 -05:00
Joe 0b43ba4e8e
[ci] test pipeline
continuous-integration/drone/push Build is failing Details
2020-09-04 10:01:30 -05:00
Joe 563f7600a1
[ci] install external dependencies 2020-09-04 09:59:08 -05:00
Joe 9e43b5f22d
overhaul drone pipeline
continuous-integration/drone/push Build is failing Details
2020-09-04 07:27:29 -05:00
Joe 750b44c39f
define pipeline volumes outside of steps
continuous-integration/drone/push Build encountered an error Details
2020-09-04 07:07:52 -05:00
Joe f7d913898d
add drone pipeline config
continuous-integration/drone/push Build is failing Details
2020-09-04 07:05:04 -05:00
poeti8 9333bdeb4d 2.6.0 2020-08-09 15:26:06 +04:30
poeti8 b229a3ad88 feat: add disallow registration and anonymous links option
Resolves #290, #210, #34
2020-08-09 15:25:18 +04:30
poeti8 dbc402f0c5 fix: description input width on small screen 2020-08-05 19:20:47 +04:30
poeti8 220da8e7f9 2.5.0 2020-08-04 20:32:37 +04:30
poeti8 00fc1faed9 feat: add link expiration 2020-08-04 20:32:23 +04:30
poeti8 feb14faf27 chore: increase number of processors for visit queue 2020-08-02 13:03:38 +04:30
poeti8 c5ba1d67ae fix: apply non-logged-in cooldown 2020-07-30 19:18:15 +04:30
poeti8 21bd3f1132 fix: do not execute recaptcha if no site key 2020-07-30 18:59:05 +04:30
poeti8 e5e2198da1 docs: add description 2020-07-30 11:24:25 +04:30
poeti8 203962e2e9 fix: allow fields to be falsy 2020-07-29 19:31:53 +04:30
poeti8 7a1ae9ad27 fix: allow field to be null 2020-07-29 19:21:55 +04:30
poeti8 3aab6cb73d feat: only use recaptcha if value exists.
Resolves #357.
2020-07-29 19:16:57 +04:30
Pouria Ezzati 6ba089389d
docs(readme): donate style 2020-07-28 20:43:54 +04:30
poeti8 5526d89e26 docs(readme): add donate section 2020-07-28 20:38:27 +04:30
poeti8 824d6eed03 2.4.6 2020-07-28 20:12:27 +04:30
poeti8 36d4386e56 fix: searching for links 2020-07-28 20:09:48 +04:30
Sebastian Duda f9813bb854
feat: sanitize docker-compose (#360)
* Sanitize docker-compose

- remove the container names since this is not mandatory and the feature is not used.
- remove the network since all containers can communicate with each other when using docker-compose.
- add persistence to the databases to avoid the loss of data.

* Add .env file for docker 

This is a copy of the `.example.env`-file with some settings changed to work with the docker-compose file
2020-07-28 19:31:53 +04:30
Pouria Ezzati fe1386844a
chore: remove quotes 2020-07-26 15:03:23 +04:30
Pouria Ezzati 7cb6a549a3
docs(changelog): add docker hub link 2020-07-26 14:41:23 +04:30
Sebastian Duda 9bb2f0330a
Add official docker image (#358)
Add the new image to the `docker-compose`-file.
See #329
2020-07-26 12:57:49 +04:30
poeti8 794184f8f0 2.4.5 2020-07-25 21:50:51 +04:30