Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

jimchen2/cloud-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Services

  • AWS: Bedrock, EC2
  • Cloudflare (Free): R2, DNS

PLEASE USE INTERNAL PRIVATE IP FOR DATABASE TO AVOID PUBLIC IP FEES

Ports: 443(https), 80(http), 22(ssh), 27017(mongo)

Nginx

nginx files are in /etc/nginx/sites-available/

sudo ln -sf /etc/nginx/sites-available/jimchen.me.conf /etc/nginx/sites-enabled/
sudo ln -sf /etc/nginx/sites-available/llm.jimchen.me.conf /etc/nginx/sites-enabled/

Cert and Private Key

I use Cloudflare certs and place them in

ssl_certificate /etc/cloudflare/jimchen.me/cert.pem;
ssl_certificate_key /etc/cloudflare/jimchen.me/privatekey.pem;

url: llm.jimchen.me

Using us-east-1 Anthropic

url: jimchen.me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published