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
Find friends online, communicate with them every day. Keeping up healthy relationships could be difficult if your family never taught you to maintain them
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!
Some skills may transfer, in her classrooms she will see the alphabet and perhaps remember it from her laptop