59 Commits

Author SHA1 Message Date
3c1d74d3d0 Update README.md
Remove reference to hosted version, add pdf.js
2025-02-12 12:24:23 +01:00
4e582fb55d Improving Self-Hosting and Removing 3rd Party dependencies. (#4513)
* fix: Library Header layout shift

* Bump Github Actions versions.

* Self-Hosting Changes

* Fix Minio Environment Variable

* Just make pdfs successful, due to lack of PDFHandler

* Fix issue where flag was set wrong

* Added an NGINX Example file

* Add some documentation for self-hosting via Docker Compose

* Make some adjustments to Puppeteer due to failing sites.

* adjust timings

* Add start of Mail Service

* Fix Docker Files

* More email service stuff

* Add Guide to use Zapier for Email-Importing.

* Ensure that if no env is provided it uses the old email settings

* Add some instructions for self-hosted email

* Add SNS Endpoints for Mail Watcher

* Add steps and functionality for using SES and SNS for email

* Uncomment a few jobs.

* Added option for Firefox for parser. Was having issues with Chromium on Docker.

* Add missing space.

Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>

* Fix some wording on the Guide

* update browser extension to handle self-hosted instances

* add slight documentation to options page

* Fix MV

* Do raw handlers for Medium

* Fix images in Medium

* Update self-hosting/GUIDE.md

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update Guide with other variables

* Add The Verge to JS-less handlers

* Update regex and image-proxy

* Update self-hosting/nginx/nginx.conf

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Update regex and image-proxy

* Update self-hosting/docker-compose/docker-compose.yml

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>

* Fix Minio for Export

* Merge to main

* Update GUIDE with newer NGINX

* Update nginx config to include api/save route

* Enable Native PDF View for PDFS

* Enable Native PDF View for PDFS

* feat:lover packages test

* feat:working build

* feat:alpine build

* docs:api dockerfile docs

* Write a PDF.js wrapper to replace pspdfkit

* Revert changes for replication, set settings to have default mode

* build folder got removed due to gitignore on pdf

* Add Box shadow to pdf pages

* Add Toggle for Progress in PDFS, enabled native viewer toggle

* Update node version to LTS

* Update node version to LTS

* Fix Linting issues

* Fix Linting issues

* Make env variable nullable

* Add touchend listener for mobile

* Make changes to PDF for mobile

* fix(android): change serverUrl to selfhosted first

* feat:2 stage alpine content fetch

* feat:separated start script

* fix:changed to node 22

* Add back youtube functionality and add guide

* trigger build

* Fix cache issue on YouTube

* Allow empty AWS_S3_ENDPOINT

* Allow empty AWS_S3_ENDPOINT

* Add GCHR for all images

* Add GCHR For self hosting.

* Add GCHR For self hosting.

* Test prebuilt.

* Test prebuilt

* Test prebuilt...

* Fix web image

* Remove Web Image (For now)

* Move docker-compose to images

* Move docker-compose files to correct locations

* Remove the need for ARGS

* Update packages, and Typescript versions

* Fix

* Fix issues with build on Web

* Correct push

* Fix Linting issues

* Fix Trace import

* Add missing types

* Fix Tasks

* Add information into guide about self-build

* Fix issues with PDF Viewer

---------

Co-authored-by: keumky2 <keumky2@woowahan.com>
Co-authored-by: William Theaker <wtheaker@nvidia.com>
Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com>
Co-authored-by: David Adams <david@dadams2.com>
Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>
Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com>
Co-authored-by: Adil <mr.adil777@gmail.com>
2025-01-27 13:33:16 +01:00
9173246e96 Add Yarn and Volta to requirements list 2024-10-24 14:28:32 -07:00
62311e0d6a Format README 2024-10-24 13:37:50 -07:00
b4faee4bb7 Fix Github Workflow Status badge in README.md
Noticed the workflow status badge in the README was broken and pointing to [this issue](badges/shields#8671). Fixed per the instructions in that issue.
2024-03-08 10:43:45 +10:00
8c5c0cfd9b Update Node.js version to v18.16
Update Node.js version from v14.18 to v18.16 in README.md
2024-02-26 13:25:52 -05:00
f2c4c94960 Update README.md
Add Apollo GraphQL mention
2024-02-16 00:02:29 +00:00
bd65230e0c Update docs on importing 2024-01-22 15:46:04 +08:00
f8a6fc9e0d Improve developer environment onboarding
I encountered a number of issues while trying to get my own local dev
environment set up. This change adds missing information to the readme, updates
the Postgres image to one that includes required module dependencies, and
removes next.js rewrite rules (IS THIS SAFE?) which were no longer used and
causing issues.
2023-10-27 08:44:26 -07:00
1733cf756d docs: add native ios app source code link in readme 2023-10-19 11:42:42 +08:00
d315418171 Fix password in readme, password is demo_password not demo, see packages/db/setup.sh for reference 2023-10-17 18:49:37 -04:00
700b9b6ded Fixed typo from the last commit to the README.md
Missed adding the link when clicking the button
2023-09-06 08:30:18 -03:00
176c8f1602 Update README.md
Added a badge to the Mastodon profile @ https://pkm.social/@omnivore
2023-09-05 16:11:13 -03:00
df4f2a9e1c Update screenshot in the README 2023-08-04 17:03:58 +08:00
686bc22467 Change docker-compose to docker compose in docs 2023-06-22 10:24:51 +08:00
91335a7315 Update login section in local development 2023-04-26 19:32:19 +08:00
0cfc87dae9 add links to readme 2023-02-20 07:36:20 +00:00
c49221943a Fix path to email auth link in README 2022-12-29 15:18:41 +08:00
88e7060b62 Update readme
A couple small changes to the README
2022-12-05 11:00:49 +08:00
da9fa1b962 Chore: Correct .env.local to .env.template on the README for the frontend development section. 2022-10-05 17:56:11 +08:00
27048cb571 Fix typos 2022-10-01 17:26:06 +03:00
d6a6b1de66 Use email-signup instead of email-registration as path to match naming 2022-07-19 13:02:28 -07:00
7f0f9c7617 Update README 2022-04-19 08:58:28 -07:00
88a198024d Add extra space so code block is rendered correctly 2022-02-28 10:03:38 -08:00
800ea460fe Fix typo 2022-02-28 09:59:12 -08:00
31f590211a Add a link in readme to David Öhlin's importer 2022-02-28 09:58:09 -08:00
01575e7780 Add SWR 2022-02-16 11:14:36 -08:00
3d289f24be Add Radix to the list of OSS we use 2022-02-16 11:10:44 -08:00
d21256ff88 Add Swift GraphQL to the shoutouts section 2022-02-16 11:07:04 -08:00
376689ea63 README typos 2022-02-16 10:58:44 -08:00
ad507ec507 Put the emoji after the headlines to make them a little more readable 2022-02-16 10:56:11 -08:00
0313f3805e Add emoji to the README 2022-02-16 10:53:17 -08:00
197e038f37 Add a section in the README on the OSS we use 2022-02-16 10:43:38 -08:00
594d3558b4 Update the Discord Link
Old link had expired, potentially after server settings were
changed.
2022-02-15 09:44:45 -08:00
e2c136978f Add Omnivore Logo to the README 2022-02-14 21:22:46 -08:00
9ecb53f04d Add a license badge 2022-02-14 20:34:15 -08:00
1e2f51e945 Add a label to discord badge 2022-02-14 20:31:55 -08:00
749b0c2d0f Add a link for the build status 2022-02-14 20:30:26 -08:00
757d7eea10 Remove styling 2022-02-14 20:27:44 -08:00
1d9ee15585 Add targets for the README badges 2022-02-14 20:26:45 -08:00
41aab0dfac Add badges to the README 2022-02-14 20:22:48 -08:00
6798f45760 Merge pull request #44 from omnivore-app/fix/deploy-your-own-readme
Add a section on deploying your own service
2022-02-14 14:01:56 +08:00
775a4e550e Add a section on deploying your own service 2022-02-13 20:56:41 -08:00
70590d7e1c Merge pull request #35 from jacksonh-public/patch-1
Move requirements to the top of the README
2022-02-14 12:39:41 +08:00
ae2b1555a2 Update test 2022-02-13 08:50:12 -08:00
8e3cea5062 Move requirements to the top of the README
This makes it easier for people to find the correct node.js version.
2022-02-13 08:47:22 -08:00
e776342d6f Add a section on using docker-compose to run the backend for frontend engineers 2022-02-12 13:43:18 -08:00
80a3d67cbd Update the README with new docker-compose instructions 2022-02-12 13:16:55 -08:00
9c44deaec4 Update README.md
Moving image
2022-02-12 09:42:49 -08:00
28d7eafd1f Improve screenshot in the readme 2022-02-11 20:37:27 -08:00