lunasea is a self-hosted controller
lunasea is a fully featured, open source self-hosted controller! focused on giving you a seamless experience between all of your self-hosted media software, lunasea supports:
- lidarr
- radarr
- sonarr
- nzbget
- sabnzbd
- newznab indexer searching
- nzbhydra2
- tautulli
- wake on lan
lunasea (the self-hosted controller) even comes with support for multiple instances of applications using profiles, backing up and restoring your configuration to your filesystem, an amoled black theme, and more!
please note that lunasea is purely a remote control application, it does not offer any functionality without software installed on a server/computer.
developing, installing, & building (ios)
requirements
- a macos machine
- an appleid account (does not require developer account)
- flutter framework (stable channel)
- xcode
- developer certificate configured
- flutterfire for ios configured
developing
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- start your simulator or plug in your device and ensure you have accepted it is a trusted device
- install lunasea in development mode on your device or simulator
flutter run
installing
release builds can only be installed on physical devices
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- plug in your device and ensure you have accepted it is a trusted device
- install a production version of the application on your device
flutter run --release
building (.ipa)
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- run
build_ipa
inside of thescripts
folder - the ipa will be placed in the root of the project directory
developing, installing, & building (android)
requirements
- android sdk/android studio installed & configured
- flutter framework (stable channel)
- keystore configured
- flutterfire for android configured
developing
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- start your simulator or plug in your device and ensure you have enabled usb debugging
- install lunasea in development mode on your device or simulator
flutter run
installing
release builds can only be installed on physical devices
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- plug in your device and ensure you have enabled usb debugging
- install a production version of the application on your device
flutter run --release
building (.apk)
- download the repository
git download [email protected]:lunaseaapp/lunasea.git
- install the flutter packages
flutter pub get
- run
build_apk
inside of thescripts
folder - the apks will be placed in the root of the project directory
- arm 32-bit:
lunasea-armeabi-v7a-release.apk
- arm 64-bit:
lunasea-arm64-v8a-release.apk
- x86 64-bit:
lunasea-x86_64-release.apk
- arm 32-bit:
Comments are closed.