Search found 6 matches
- Sun Aug 25, 2019 7:41 am
- Forum: General Discussion
- Topic: Build ffmpeg with fdk-aac?
- Replies: 1
- Views: 1040
Build ffmpeg with fdk-aac?
Edit: Figured it out, just need to install lib tools sudo apt-get install libtools ------- I'm trying to get audio support for a Homebridge plugin to work following these instructions: https://github.com/dgreif/ring/wiki/FFmpeg#homebridge-audio-support The first thing I tried was using the dietpi-so...
- Sat May 25, 2019 6:22 pm
- Forum: Troubleshooting
- Topic: [Solved] Auto start app
- Replies: 10
- Views: 9046
Re: [Solved] Auto start app
Hm, so it appears following the method mentioned above works: "DietPi also allows boot scripts via dietpi-config > AutoStart options > Custom. You need to add your command to /var/lib/dietpi-autostart/custom.sh then." I simply added the following to the custom.sh file: service nut-server s...
- Sat May 25, 2019 5:51 pm
- Forum: Troubleshooting
- Topic: [Solved] Auto start app
- Replies: 10
- Views: 9046
Re: [Solved] Auto start app
I’ve manually installed the Network UPS Tool (NUT) but it doesn’t seem to boot on start up. I have to manually run “service nut-server start” to get it working. What would be the easiest way in DietPi to have this command run at boot? I’m a bit confused with bash scripting in Linux.
- Mon Apr 01, 2019 3:50 am
- Forum: Requests
- Topic: Software Request: Network UPS Tool (NUT)
- Replies: 0
- Views: 1235
Software Request: Network UPS Tool (NUT)
I've become spoiled with DietPi's easy software installation. :) I just recently setup a CyberPower UPS for all my networking and smart home devices and I found the Network UPS Tool (NUT) to monitor it. I currently have it running by installing it via apt-get but I think this would be a great additi...
- Sat Sep 15, 2018 4:32 am
- Forum: General Discussion
- Topic: [Answered] How do software upgrades work?
- Replies: 9
- Views: 5173
[Answered] How do software upgrades work?
If there's an update to installed software, will you get a notification at login (similar to when an update to DietPi is available)? Or do I just need to make periodic checks with apt-get update and apt-get upgrade?
- Wed Sep 12, 2018 8:44 am
- Forum: Troubleshooting
- Topic: Docker + Docker-compose
- Replies: 6
- Views: 4144
Re: Docker + Docker-compose
Were you ever able to figure this out? I just recently started messing around with Docker and thinking about switching my current RPi 3 setup to using Docker. I’ll mess around with it tomorrow to see if I can get docker-compose to work. It would be nice if we could get Docker-Compose as a part of di...