nicktheone
Explore posts from serversHHomarr
•Created by nicktheone on 11/7/2023 in #💬・get-help
Recommended way to install on a Raspberry Pi.
What would the ideal way be to install Homarr on a fresh Raspberry Pi used as home server? Straight Raspberry OS or something else?
10 replies
❔ Representing a custom map using GeoJSON data instead of a map of the globe. Is it possible?
I was wondering if it were possible to create a custom map not of the Earth and use GeoJSON to create data on it. In other words I need the same features of a typical vectorial map with data on it made with GeoJSON but of a custom reference map.
6 replies
✅ Repository Pattern question.
While incorporating the Repository Pattern should the repository class itself remain as agnostic as possible and only rely on the functions passed through from the database context class making it as agnostic as possible or should it include code tightly bound to the database context, i.e. actual code to manipulate the database.
More or less what I'm trying to say if the code for actually interacting with the database (CRUD operations) should come from the database context and or be in the repository itself (assume I'm using a local, self-contained NoSQL database).
4 replies