edshot99
8fb9c0bd7f
force Rails to listen on localhost only and disable the cron process
...
the cron process will only work on Linux systems so it has to be disabled.
better this way anyways since I prefer to use the native cron system.
2024-11-06 22:05:07 -06:00
Earlopain
4c58f4988f
[Prod] Share pitchfork config
...
Somewhat exercise the custom logic during development
2024-05-07 21:54:25 +02:00
Earlopain
2c60ec69c8
[Prod] Replace unicorn with pitchfork
...
pitchfork is a unicorn fork with some things removed and some things added.
We don't need any of these things so it should be an easy replace.
There is no worker-killer for pitchfork, it is however trivial to implement ourselves.
unicorn is pretty much dead. The author implies as much in the various readme updates
he made. It also doesn't work with rack 3 and I doubt a new release will even be made.
If it will, it highly likely won't be on rubygems.
2024-05-07 21:54:25 +02:00
Earlopain
4ede4cefb3
[Docker] Improve file permissions
...
Volumes get created on the host as the user that docker is running as (root, most likely)
This is annoying, and creates issues when running the image as a non-root user
2024-01-14 16:30:51 +01:00
Earlopain
1e1963f134
[Sidekiq] Rename iqdb job queue
2023-05-02 19:13:47 +02:00
Earlopain
cba4f8143f
[Docker] Add back missing video queue
2023-04-27 16:44:34 +02:00
Earlopain
01b5f7dd14
[IQDB] Add integration for the new iqdb server
...
Use param v2=1 to use it, for now
2023-04-17 22:36:29 +02:00
Earlopain
7bb412c608
[Prod] Configure sidekiq through env variables
2023-04-15 21:07:52 +02:00
Earlopain
86a6e94390
[Docker] Update unicorn config for development
2023-03-10 17:27:00 +01:00
Earlopain
934c8e3b87
[Docker] Run daily maintenance
...
Remove whenever, it's not used in prod. Prod uses systemd timers.
This executes the daily task on container startup. My PC isn't going to
run when this would execute 99% of the time.
2022-12-09 18:16:53 +01:00
Earlopain
71aab10d18
[Docker] Add iqdb/s to composer
...
Closes #315
2021-11-18 01:13:38 +01:00
Earlopain
7c972ecf91
[Setup] Replace vagrant with docker
2021-11-14 03:31:26 +01:00
Earlopain
793997d36a
[Install] Add video and iqdb sidekiq queues
...
Videos now get automatically sampled on development instances
Iqdb is not yet installed on dev machines but I'll get to that some other time
2021-09-25 11:40:22 +02:00
Zwagoth
938bc4dcae
[Install] Don't run mock services that don't exist anymore
2020-12-23 15:52:58 -05:00
Liam P. White
396d07a5d1
add indexing jobs
2019-03-24 08:45:44 -04:00
byte
2aadb25baa
Vagrant initial
2019-02-16 12:38:16 -05:00
Albert Yi
0508b127fd
continue refactoring savedsearch
2018-11-15 12:06:13 -08:00
r888888888
344c46ed00
add mock recommender service for development, add user-context recommended posts
2018-07-21 14:02:57 -07:00
Albert Yi
64446d49e1
add image cropping support
2018-06-22 14:41:57 -07:00
Albert Yi
fdd7582fb0
add support for upload preprocessing
2018-06-14 17:52:41 -07:00
r888888888
8a93fdf18f
additional saved search fixes
2017-01-25 12:48:47 -08:00
evazion
a72df4133e
dotenv: add config/unicorn/unicorn.rb, Procfile.
2017-01-23 18:07:51 -06:00
r888888888
5063e326e3
Revert "remove mpixel search, remove some unused indexes on posts"
...
This reverts commit 11e550c385
.
2015-01-18 22:56:02 -08:00
r888888888
11e550c385
remove mpixel search, remove some unused indexes on posts
2015-01-15 17:43:10 -08:00