Commit graph

381 commits

Author SHA1 Message Date
Ben Busby e58d6e23ed
Remove Redis dep, replace w/ native Elixir lib
This removes the dependency on Redis for core app functionality. Rather
than using the key/value store provided by Redis, Farside now uses a
key/val store provided by [cubdb](https://github.com/lucaong/cubdb) for
identical functionality but without reliance on a non-Elixir service.

This solution was chosen instead of ets, because storing instance data
in memory leads to a period of broken functionality whenever the app
restarts and hasn't re-populated instance data yet. It was also chosen
instead of dets, because the documentation for dets was pretty hard to
understand at first glance.

Tests and the CI build were updated to reflect the removed dependency on
Redis.

New environment variable `FARSIDE_DATA_DIR` can be used to point to a
directory where the instance data can be stored by cubdb.

Co-authored-by: Jason Clark <mithereal@gmail.com>
2022-10-31 16:45:31 -06:00
github-actions 540822d867 [CI] Auto update instances 2022-10-31 00:13:23 +00:00
github-actions a96751833b [CI] Auto update instances 2022-10-30 00:13:34 +00:00
github-actions 73cc7edc09 [CI] Auto update instances 2022-10-29 00:10:58 +00:00
github-actions ebff5b1460 [CI] Auto update instances 2022-10-28 00:12:46 +00:00
github-actions eab75be01c [CI] Auto update instances 2022-10-27 00:12:23 +00:00
Kian-Meng Ang 9d13d60a25
Fix typo [skip ci] (#72)
"Runing" -> "Running"

Found via `codespell -S deps -L neet`
2022-10-26 10:14:30 -06:00
github-actions 4c7748394d [CI] Auto update instances 2022-10-25 00:18:59 +00:00
github-actions de5379a346 [CI] Auto update instances 2022-10-24 00:17:26 +00:00
github-actions 3358fe5bc8 [CI] Auto update instances 2022-10-23 00:17:01 +00:00
github-actions 6f1c624e6d [CI] Auto update instances 2022-10-22 00:15:44 +00:00
github-actions b1cfae01d6 [CI] Auto update instances 2022-10-21 00:15:59 +00:00
Ben Busby 9ef2ec9071
Remove Wikiless from nightly auto-update build
The wikiless repo has been removed by Codeberg until the maintainer
makes some changes requested by Wikimedia. Follow https://orenom.fi for
updates.
2022-10-20 12:00:43 -06:00
Ben Busby 7f9134c570
Manually remove teddit instance
See #68
2022-10-20 11:49:16 -06:00
casualuser1998 7021cf334e
Remove dead libreddit link (#71) 2022-10-20 11:46:41 -06:00
Ben Busby 4875147321
Remove dead lingva instance
Fixes #70
2022-10-13 16:00:09 -06:00
github-actions 14fb6fec26 [CI] Auto update instances 2022-10-05 00:16:08 +00:00
github-actions d684911d41 [CI] Auto update instances 2022-10-04 00:17:10 +00:00
github-actions fd0ddc573b [CI] Auto update instances 2022-10-03 00:15:27 +00:00
github-actions ebd54f7a17 [CI] Auto update instances 2022-10-02 00:17:01 +00:00
github-actions 25b3c2cd78 [CI] Auto update instances 2022-10-01 00:18:30 +00:00
uranuspucksaxophone 25eac189d2
Move artemislena libreddit instance to teddit [skip ci] (#66)
* Move artemislena libreddit instance to teddit

Co-authored-by: Ben Busby <contact@benbusby.com>
2022-09-30 14:25:29 -06:00
notarun 36162de575
Fix packages.debian.org readme link [skip ci] (#65) 2022-09-30 14:20:57 -06:00
github-actions 1f018fedcb [CI] Auto update instances 2022-09-30 00:19:57 +00:00
Ben Busby 40448dc7f6
Remove libreddit instances w/ bad redirects 2022-09-29 12:38:39 -06:00
github-actions 9ef2daa4b8 [CI] Auto update instances 2022-09-28 00:18:53 +00:00
github-actions d50fb280dd [CI] Auto update instances 2022-09-27 00:18:17 +00:00
github-actions 9258aa4651 [CI] Auto update instances 2022-09-26 00:14:00 +00:00
github-actions 14a45550cf [CI] Auto update instances 2022-09-25 00:13:59 +00:00
Ben Busby a0a3f01847
Include link to browser extension setup in readme 2022-09-22 14:35:40 -06:00
github-actions 76b630b1dc [CI] Auto update instances 2022-09-21 00:13:47 +00:00
github-actions 613781980b [CI] Auto update instances 2022-09-20 00:15:55 +00:00
github-actions 1e8c205866 [CI] Auto update instances 2022-09-19 00:11:56 +00:00
github-actions 6e9faf1d37 [CI] Auto update instances 2022-09-17 00:11:42 +00:00
github-actions 50162e7c6d [CI] Auto update instances 2022-09-16 00:14:40 +00:00
Ben Busby 0b2e554deb
Remove bibliogram from readme [skip ci] 2022-09-15 11:20:53 -06:00
Ben Busby b901d8a69c
Manually clear out dead bibliogram instances
Also removes bibliogram from the auto-updater

Bibliogram is discontinued, and many instances are going offline as a
result. This clears out the ones that have already been deactivated, but
the better solution would probably be to stop supporting bibliogram.
2022-09-15 11:19:18 -06:00
Ben Busby 4f18793048
Test bibliogram instances with post URL, not profile
User profile pages are no longer accessible from Bibliogram. This should
be addressed by Farside at some point, but for now, we should at least
be checking if posts are accessible for a particular instance.

Closes #63
2022-09-07 13:05:18 -06:00
github-actions c169c321ec [CI] Auto update instances 2022-09-06 00:11:49 +00:00
github-actions 8452e60d32 [CI] Auto update instances 2022-09-05 00:13:19 +00:00
github-actions 0365033027 [CI] Auto update instances 2022-09-04 00:11:42 +00:00
github-actions aa10efc6f9 [CI] Auto update instances 2022-09-03 00:10:10 +00:00
github-actions 2df71a3902 [CI] Auto update instances 2022-09-02 00:10:34 +00:00
github-actions 87a2b9f983 [CI] Auto update instances 2022-09-01 00:11:57 +00:00
github-actions d327135c33 [CI] Auto update instances 2022-08-31 00:11:49 +00:00
github-actions 1788d4dddf [CI] Auto update instances 2022-08-30 00:12:21 +00:00
github-actions 9a570acc7d [CI] Auto update instances 2022-08-29 00:11:28 +00:00
github-actions d568f14b89 [CI] Auto update instances 2022-08-28 00:13:52 +00:00
github-actions d2d56396fd [CI] Auto update instances 2022-08-27 00:11:23 +00:00
github-actions 352a86ddfd [CI] Auto update instances 2022-08-26 00:11:37 +00:00