Coder Social home page Coder Social logo

datareade_server's Introduction

datareade

This is the server.

Server

The server requires a lot more work, but that's just the nature of it. Hello there

Step 0. Remove need to use password to access server

https://www.hongkiat.com/blog/ssh-to-server-without-password/

Step 1. Setup Let's Encrypt.

Go into the server and setup all the SSL certificates for the server.

  • ssh [email protected]
  • cd /docker/letsencrypt-docker-nginx/src/letsencrypt/
  • mv docker-compose.yml && mv nginx.conf
  • sudo docker-compose up -d

sudo docker run -it --rm
-v /docker-volumes/etc/letsencrypt:/etc/letsencrypt
-v /docker-volumes/var/lib/letsencrypt:/var/lib/letsencrypt
-v /docker/letsencrypt-docker-nginx/src/letsencrypt/datareade.juliusreade.com:/data/letsencrypt
-v "/docker-volumes/var/log/letsencrypt:/var/log/letsencrypt"
certbot/certbot
certonly --webroot
--email [email protected] --agree-tos --no-eff-email
--webroot-path=/data/letsencrypt
-d datareade.juliusreade.com

Step 2. Setup Relevant Folders in the Server

  • mkdir /docker/letsencrypt-docker-nginx/src/
  • `

/etc/nginx/sites-available

Step 4. Clone Repo

TODO I just realised, I will probably need a separate types package so I can export those.

"@dottjt/datareade": "latest"

npm publish --access public

https://www.npmjs.com/package/app-root-path

// Image Manipulation https://github.com/oliver-moran/jimp

//

NOTES

  • All applications within the DigitalOcean instance sit here. cd /docker/letsencrypt-docker-nginx/src/

Reddit API details

refresh and access tokens create (the ones in the ENV is ) https://not-an-aardvark.github.io/reddit-oauth-helper/

libpng jpeg librsvg pixman-dev

# build-base \
# g++ \

cairo pango giflib

curated_curated_social_feed_items // would have a reference to an item, either as a podcast, or as a social feed. I wouldn't have to get this via axios, it should already be in this system.

aggregated_curated_social_feed_items // would be via an API.

datareade_server's People

Contributors

dottjt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.