Replies: 5 comments 5 replies
-
👋 There's technically nothing to build per se since the entire server is perl scripts, you should be able to get things running with the building from source steps fairly easily. The instructions are based on debian so you can just install their 32bit packages - - Only parts that might take some space are the cpan modules and npm's hellmachine to grab javascript frontend dependencies 🤔 The frontend stuff can be extracted from another build if needed, so you'd only have to run |
Beta Was this translation helpful? Give feedback.
-
I don't actually plan to use the web interface, can I just.... Ignore the frontend or will it explode without? |
Beta Was this translation helpful? Give feedback.
-
🤔 The server should be fine without it, but you'll need to use the web interface for initial configuration though.. |
Beta Was this translation helpful? Give feedback.
-
I ended up doing a mount point for a /nix directory with the logged in user owner and permissions 755 to a external driver and installed the single user nix package. With the persistent install not the one the doc points to. And using a temp also pointing to the external drive otherwise the 5 gb of downloaded stuff chokes on extracting or building lol.
Then in the script that does the login I used the mount proxy of antix to mount after the drive is mounted (Which also uses udevil, so not on fstab), then run lanraragi (haven't finished installing, let's see if it even works). Bless Linux and posix being so configurable, pretty sure if I was using windows xp like this computer originally was it'd be hopeless. |
Beta Was this translation helpful? Give feedback.
-
After 2 days building the nixos "install" failed with "perl5.38.2-FFI-Platypus-2.08.drv: failed with exit code 2" Fuck me for using a 32bits machine I guess. |
Beta Was this translation helpful? Give feedback.
-
My only PC is a 32 bits eeepc from 2008 (901, a first gen atom, can't run 64 bits because of the board).
Needless to say, none of the install methods works for me (homebrew needs 64 bits, docker is too heavy), and I don't have enough space for building on the pc.
So I'm asking for debian (it's a antix 23.1 install, which is based on debian 12) builds, so I can use it as a ebooks epub and comics server. I managed to use nfs to use it as a android music and movies server for vlc even if the movie usecase is... slow.
Beta Was this translation helpful? Give feedback.
All reactions