Skip Navigation

Posts
9
Comments
976
Joined
2 yr. ago

  • Can you explain it

  • It's got to be 20 bucks a pack now

  • I'm tired of fighting my own people when I say we shouldn't be in chains

  • I think IP infringement happens when you try to sell something, regardless of where you got that thing from. Unless I'm mistaken? Maybe a legal expert can chime in

  • I'm very luck to have a high-deductible plan through my employer. They take about $300/month out of my paycheck for it.

    This year I had to have surgery, and now I owe the hospital six thousand dollars :)

  • oh yeah that's awful... I just noticed they wrote out the answers inside the question

  • no need to add the /s

    if people think you are serious, they are stupid. let them die in ignorance

  • do you need any resources for finding a place to live, or travel or anything?

  • hold on let me finish my pork first

  • Find friends online, communicate with them every day. Keeping up healthy relationships could be difficult if your family never taught you to maintain them

  • can we party together

  • the only chain I want is

    .

    .

    actually this joke is getting tired just kill ceos

  • In your mix.exs file, ensure you have the SQLite adapter:

    defp deps do [ {:ecto_sql, "> 3.9"}, {:ecto_sqlite3, "> 0.10"}, # ...other Pleroma dependencies ] end

    In your config/prod.exs (or dev.exs/test.exs as appropriate):

    config :pleroma, Pleroma.Repo, adapter: Ecto.Adapters.SQLite3, database: "/var/lib/pleroma/pleroma.sqlite3", pool_size: 5

    Then, in the terminal, run migrations:

    mix ecto.create mix ecto.migrate

    Start the server:

    mix phx.server Hello! There’s no official Pleroma documentation for a full SQLite install, but it is feasible by swapping out the Postgres adapter for Ecto.Adapters.SQLite3. The main points to watch for:

    Dependencies: Add the ecto_sqlite3 dependency. Configuration: Update the :pleroma, Pleroma.Repo settings to point to Ecto.Adapters.SQLite3 and specify a path for the SQLite file. Migrations: Run your migrations with mix ecto.create and mix ecto.migrate. Minimizing DB storage

    Use VACUUM periodically to reclaim unused space: elixir Copy code Pleroma.Repo.query!("VACUUM;") Prune old posts and media attachments. Pleroma’s configuration allows for limiting media retention, so consider adjusting instance.remote_post_retention_days (and similar) to reduce stored data. Keep an eye on logs or ephemeral data that might accumulate in the database. Tuning relevant config entries (for example, disabling certain analytics features or adjusting retention settings) can help keep your SQLite file size low. Hope this helps!

  • I studied music theory in high school and college

    the beatles fucking blow

  • You just reported me to myself, dumbshit.

  • you're one of the people not worth saving.

  • I hate the Beatles.

  • Don't ever criticize people who accept welfare. They are not the problem.

  • I want to be upside down under Luigi