Skip to content

Fix Instagram embeds in Discord (and Telegram!)

License

Notifications You must be signed in to change notification settings

ExperiBass/InstaFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaFix

Instagram is a trademark of Instagram, Inc. This app is not affiliated with Instagram, Inc.

InstaFix serves fixed Instagram image and video embeds. Heavily inspired by fxtwitter.com.

How to use

Add dd before instagram.com to show Instagram embeds.

Deploy InstaFix yourself (locally)

  1. Clone the repository.
  2. Install Go.
  3. Run go build.
  4. Run ./instafix.

Deploy InstaFix yourself (cloud)

  1. Pull the latest container image from GHCR and run it.
    docker pull ghcr.io/wikidepia/instafix:main
  2. Run the pulled image with Docker (bound on port 3000):
    docker run -d --restart=always -p 3000:3000 ghcr.io/wikidepia/instafix:main
  3. Optional: Use the Docker Compose file in ./scripts/docker-compose.yml.
  4. Optional: Use a Kubernetes Deployment file and a Kubernetes Ingress configuration file to deploy to a Kubernetes cluster (with 10 replicas) by issuing kubectl apply -f . over the ./scripts/k8s/ folder. [TODO: CockroachDB is not shared between replicas at application level, extract Cockroach into its own Service and allow replicas to communicate to it].

Report a bug

You could open an issue.

About

Fix Instagram embeds in Discord (and Telegram!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.9%
  • Pug 10.6%
  • Dockerfile 3.9%
  • Shell 0.6%