frederik
d18c98d7ce
cleanup: apt depencies: only include direct dependencies, apt will resolve the rest.
...
remove ftp it is deprecated
2024-06-01 09:22:41 +02:00
frederik
ee9aeb6d62
fix: make sure we look for the correct gotty executable name
2024-04-29 17:57:34 +02:00
frederik
b820c195ca
advertise http for easy discovery
2024-04-08 15:39:57 +02:00
frederik
819f390614
gotty: fix: forward compatibility with v1.5
2024-02-24 11:55:56 +01:00
frederik
5e18e0c803
fix: File Manager needs group read permissions
2024-02-17 12:41:44 +01:00
frederik
a4122b5bcc
write transient files to tmpfs aka ram drive
2024-02-13 18:06:57 +01:00
frederik
35db8bcb3b
centralise transient files
2024-02-13 18:06:57 +01:00
frederik
44430a1727
bookwork fix: caddy need to be able to list the home dir
2024-02-13 18:06:57 +01:00
frederik
c100d19da1
bookwork fix: make php version independant
2024-02-13 18:06:57 +01:00
frederik
2a68bb2e43
bookwork fix: move php to the back so we first hit php-fpm and not pull in apache2
2024-02-13 18:06:57 +01:00
frederik
823df318b6
fix: config file was missing
2024-02-13 18:06:57 +01:00
frederik
c4a4cba8e2
fix: /etc/systemd/system/getty@tty1.service.d does not exist on Raspbian Bullseye
2024-02-13 18:06:57 +01:00
frederik
19e68b5f08
use inotifywait update snippets
2024-02-13 10:57:35 +01:00
frederik
0df2b55036
update snippets for obsolete services
2024-02-13 10:57:35 +01:00
frederik
87e694ec14
update snippets for birdnet_analysis.py
2024-02-13 10:57:35 +01:00
frederik
d4055b63b9
update snippets for daily_plot
2024-02-13 10:57:35 +01:00
ehpersonal38
0cf2584acc
Update install_services.sh
2023-06-13 20:41:11 -04:00
ehpersonal38
20b27194d5
Update install_services.sh
2023-06-13 20:38:37 -04:00
Jochen Oberreiter
41f918474b
Update install_services.sh
...
Added net-tools to the needed packages.
2023-06-08 15:47:24 +02:00
Patrick McGuire
b8e77f0dea
Update install_services.sh
2022-12-15 07:54:56 -05:00
Patrick McGuire
070db9a4ff
typo
...
Thanks @wrightrocket!
2022-10-10 14:56:28 -04:00
Patrick McGuire
f383ef1343
Merge branch 'main' into weekly-report
2022-07-06 07:25:07 -04:00
mcguirepr89
49975f8f60
making icecast2 more secure by default
2022-07-05 11:44:14 -04:00
ehpersonal38
8775b3f66f
disable tracking
...
I came across this in my console while trying to access Species Stats (Streamlit):

It seems that Streamlit collects telemetry data by default. An issue was raised in their GitHub repo (https://github.com/streamlit/streamlit/issues/4747 ), which details how it's illegal to collect data (even just the IP address) in Europe without explicit consent due to GDPR laws. The Streamlit founder then replied basically saying the onus is on the developers implementing Streamlit to deal with this themselves.
So I propose we disable sending data entirely, this PR does that.
2022-07-04 09:43:20 -04:00
ehpersonal38
5896f00a55
Notification conf and cron setups
2022-06-28 13:04:59 -04:00
mcguirepr89
d0d11f49b2
with this address line, no need for the others
2022-06-13 15:28:18 -04:00
mcguirepr89
db04d9bd15
LAN domain, IP address, or avahi-alias install
2022-06-10 14:13:18 -04:00
mcguirepr89
7ff0c569b4
this should be better going forward
2022-06-02 09:06:00 -04:00
Patrick McGuire
c54c0c7f17
Merge branch 'main' into remove-python-shebangs
2022-05-24 12:09:53 -04:00
mcguirepr89
cdbadbb45c
starting this to get some help
2022-05-23 18:41:16 -04:00
Patrick McGuire
14b2b8fe13
updating caddy repo fetching
2022-05-21 11:52:22 -04:00
Jake Herbst
670d3f90ca
Adding python3 virtualenv to python systemd services
2022-05-16 21:46:05 -04:00
Jake Herbst
b70aeac151
Fixing bug in Caddyfile with the '/views.php?view=File*' path.
...
Caddyfile expects all path specific 'matchers' to begin with a '/'
https://caddyserver.com/docs/caddyfile/matchers#syntax
2022-05-15 13:10:39 -04:00
Patrick McGuire
d3b779273a
Update install_services.sh
2022-05-12 16:51:32 -04:00
Patrick McGuire
e7689db3e7
Update install_services.sh
2022-05-12 12:23:42 -04:00
mcguirepr89
eb8fdd2d8a
adjustments to the installer and updater to ensure
...
`lsof` is installed
2022-05-05 16:42:47 -04:00
mcguirepr89
2270c35798
update to the way caddy is installed
2022-04-21 10:59:57 -04:00
Patrick McGuire
88dca4044d
Update install_services.sh
2022-04-17 14:53:39 -04:00
Patrick McGuire
817d001f3e
chart_viewer every 120s instead of 60s
2022-04-17 13:47:17 -04:00
mcguirepr89
0a9ee65a2b
daily_plot has a better call to the database
...
and updates every 60 seconds instead of 5 minutes
as it takes about 13 seconds and doesn't seem to
bother things
2022-04-16 11:49:58 -04:00
mcguirepr89
5664e052ad
different way of installing the crontab to use dynamic
...
user
2022-04-12 08:14:53 -04:00
mcguirepr89
f69f04d19d
changes that remove the default pi user
2022-04-11 17:29:00 -04:00
mcguirepr89
9319b1b55c
USER exported to createdb.sh
2022-04-11 12:33:00 -04:00
mcguirepr89
153bfc96c3
fixed a few paths
2022-04-11 12:05:49 -04:00
mcguirepr89
4a760eff65
dirname to my_dir
2022-04-11 11:40:21 -04:00
Patrick McGuire
b818bfd05b
Update install_services.sh
2022-04-11 11:16:13 -04:00
mcguirepr89
023b68f386
making changes to accomodate removing the pi user
2022-04-11 10:16:54 -04:00
mcguirepr89
2e9bbb795c
fixed todays_detections.php links
2022-04-04 07:18:38 -04:00
mcguirepr89
5a79fe0c09
symlinking todays_detections.php to EXTRACTED
2022-04-04 07:17:13 -04:00
Patrick McGuire
71b2c1c8c7
Update install_services.sh
2022-04-03 09:12:35 -04:00