CJ_Clippy f39bb83185
Some checks failed
ci / build (push) Has been cancelled
ci / Tests & Checks (push) Has been cancelled
remove redundant checks
2025-02-20 10:12:58 -08:00
2025-02-20 10:12:58 -08:00
2025-01-12 00:57:54 -08:00
2025-02-12 13:09:16 -08:00
2025-02-19 13:09:53 -08:00
2025-02-15 04:31:20 -08:00
2025-02-19 13:09:53 -08:00
2025-02-15 04:31:20 -08:00
2025-01-11 09:38:19 -08:00
2024-08-07 11:30:29 -08:00
2025-01-11 04:47:23 -08:00
2025-02-20 07:17:32 -08:00
2024-07-12 06:41:34 -08:00
2024-08-07 11:30:29 -08:00
2025-01-10 19:10:04 -08:00
2025-01-16 12:23:58 -08:00
2025-02-19 13:09:53 -08:00
2024-04-18 20:51:09 +00:00
2024-11-05 11:48:21 -08:00
2025-02-13 12:49:05 -08:00
2024-08-07 11:30:29 -08:00

futureporn.net

Tests Status Build Status Elixir Postgres Built with Devbox

Source Code for https://futureporn.net

See ./ARCHITECTURE.md for an overview of the infrastructure components.

Getting Started

The main gist is as follows.

  1. install docker wget -O- get.docker.com | bash

  2. Install devbox curl -fsSL https://get.jetify.com/devbox | bash

  3. Install development environment & packages using devbox.

    devbox install

  4. Run docker compose up --watch

  5. Visit http://localhost:4000

If all went well, editing source code will automatically affect the website running in your browser.

backup/restore dev database

@see https://stackoverflow.com/a/29913462/1004931

backup

Use devbox helper script

devbox run backup

restore

cat ./backups/your-backup.sql | docker exec -i postgres_db psql -U postgres

Metrics Notes

Keeping track of metrics we want to scrape using Prometheus

Description
Futureporn monorepo
https://futureporn.net/
Readme 35 MiB
Languages
Rust 56.8%
Elixir 32%
HTML 3.4%
Shell 3.4%
TypeScript 2.3%
Other 2%