OvermindDL1
It was stated at elixir-lang.org blocked in Russia · Issue #6172 · elixir-lang/elixir · GitHub that Mirrors of the primary Elixir website would be useful since Cloudflare and Fastly have so many issues in so many situations (the situation above is Cloudflare being blocked in Russia), so I set up a mirror. It should sync up at least once a day or so (cron job) but I’d love if the normal Elixir site could just push to it directly (SSH key over SFTP is simple to do), but this should work for now. Feel free to use it if anyone needs it. If anyone else hosts any mirrors then note it here as I’ll make this top post a Wiki entry. ![]()
Trending in Wikis
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #iex
- #elixirconf-us
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
http://elixir-lang-mirror.forum.elixirforum.com
However note it isn’t on https and I’ve not automated the updating of it yet.
Edit: now updates three times a day
OvermindDL1
Woot! The more the better!
I use Let’s Encrypt to automate SSL on all of my sites (couple hundred at this point), well worth it.
Updating it should be as simple as tossing in to a shell script and crontab’ing it, I can offer my script if you want, but I’m using rbenv to keep ruby out of my main system (yick). ^.^
Qqwy
On a related note: Are there mirrors for Hex available? And is it possible to configure Hex/Mix to look at a different location for dependency resolution?
ericmj
Yes: Mirrors | Hex. Run
mix help hex.repofor docs.AstonJ
Ok the Elixirforum.com mirror is now automatically updated three times a day
If anyone wants the bashscript I am using it is:
@OvermindDL1 I use letsencrypt as well, but have never used it on a sub-domain before - I use HAProxy on the front end and Discourse uses Docker (so unusual set-up) and didn’t want to risk any probs with the forum
is https a must just for the mirror which is a static site? I would think http is fine as there’s no log-in, etc?
If there is a simple/easy way to mirror Hex docs I’m happy to do that as well
OvermindDL1
I’m of the opinion that https is mandatory everywhere, personally. ^.^
I automated that asap when Let’s Encrypt came out.
I’d like to know too, I have more than enough space so I could mirror it as well. Hex.pm too.
ericmj
The easiest way would be to set up an HTTP proxy. You can also traverse the API and download the doc tarballs for every release. specifications/apiary.apib at main · hexpm/specifications · GitHub