Headless server install #22
Replies: 6 comments 7 replies
-
I've also had this idea for a while, and had a couple or runs at it. I've mapped out some of the protocol that CR uses, but it's been a spare time project. |
Beta Was this translation helpful? Give feedback.
-
This would require moving CR from the .NET Framework to .NET Core, which is a huge task. See more here: |
Beta Was this translation helpful? Give feedback.
-
My idea is just to have the initial server settings be done via Command Line Switches. Like say you run it with But is that everyone use case? Just the library sharing? |
Beta Was this translation helpful? Give feedback.
-
Honestly, I don't use library sharing at all. I'd love a headless server
for syncing to my tablet. I don't use the CR UI outside of importing new
comics, running ComicVine Scraper, Data Manager, and Library Organizer. All
comic reading is done on my tablet. I'd love to be able to sync reading
progress to an always running headless server, but I'd still need the UI
occasionally.
Separate UI and server processes would be ideal for me, but that would mean
switching the DB to a proper locking database so that concurrent access is
safe. SQLite would probably work.
…On Thu, Feb 29, 2024, 6:31 PM maforget ***@***.***> wrote:
My idea is just to have the initial server settings be done via Command
Line Switches. Like say you run it with -server and it automatically goes
into the tray with the server running. It would be easy to implement
without a lot of changes. It would just start a default server with all
access. Maybe have some setting be changes from the ComicRack.ini.
But is that everyone use case? Just the library sharing?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEWNMPYSSWQLX6DFRLVB3YV644RAVCNFSM6AAAAABCJJNTRWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DMMZWG4ZTO>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
In my ideal situation I would like a headless docker install that could run on my arm64 SBC for syncing to my tablet. I don't leave a windows PC running 24/7. |
Beta Was this translation helpful? Give feedback.
-
After thinking about it more, it would be interesting if the sync/share aspect could run as a service, and then you could start a gui from the same system (or even better if you use another PC to manage it). |
Beta Was this translation helpful? Give feedback.
-
I've had this idea for a while, and now it might be possible.
Why bother? With no UI elements this could be easier to create a version that runs on low power ARM based servers. With it running 24/7 it could also possibly import new comics automatically and sync wirelessly with android clients.
There are many dotnet based projects that run well on low power SBCs.
Beta Was this translation helpful? Give feedback.
All reactions