Different Port for birdnetpi.local #83
-
Hey, I'm testing allsky on my Raspberry 5 and want it to run at the same time as BirdNET-Pi. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You'll have to edit (with sudo) the Caddyfile which is located at /etc/caddy/Caddyfile
Insert the port you want at the top, for example, to use 7171, use:
Be very careful with your syntax as Caddy will complain LOUDLY if you aren't!! After this, you will need to restart Caddy with
|
Beta Was this translation helpful? Give feedback.
-
this took me way to long to figure out BUT you can set it up with both an Internal IP and External IP in the same /etc/caddy/Caddyfile. http:// { http://:7171 { |
Beta Was this translation helpful? Give feedback.
-
Funny enough, I did the same thing but found it easier to change the port on the allsky implementation. Thanks for asking here though because I'm getting ready to do a rebuild on the box and I want to implement a better home page for the box that links off to the different services available. Out of curiousity, do you have any other projects you're running on your pi? I'm trying to make this a great remote nature observation box. |
Beta Was this translation helpful? Give feedback.
You'll have to edit (with sudo) the Caddyfile which is located at /etc/caddy/Caddyfile
The original will look like this:
Insert the port you want at the top, for example, to use 7171, use: