diff --git a/.conf/dps_128/mpd.conf b/.conf/dps_128/mpd.conf index 64ae79f22f..7a085d27eb 100644 --- a/.conf/dps_128/mpd.conf +++ b/.conf/dps_128/mpd.conf @@ -6,8 +6,8 @@ pid_file "/var/run/mpd/pid" state_file "/mnt/dietpi_userdata/.mpd_cache/state" sticker_file "/mnt/dietpi_userdata/.mpd_cache/sticker.sql" -user "mpd" -group "dietpi" +#user "mpd" #Set via service to allow for mpd user to use assigned groups "audio" and "dietpi" +#group "dietpi" #Set via service to allow for mpd user to use assigned groups "audio" and "dietpi" bind_to_address "localhost" diff --git a/.conf/dps_6/xorg_xu4.conf b/.conf/dps_6/xorg_xu4.conf index bb0eb835de..286cf79fb1 100644 --- a/.conf/dps_6/xorg_xu4.conf +++ b/.conf/dps_6/xorg_xu4.conf @@ -1,30 +1,36 @@ -Section "Device" +# X.Org X server configuration file for xf86-video-armsoc-odroid - Identifier "Mali-Fbdev" +Section "Device" + Identifier "Mali-Fbdev" Driver "armsoc" - Option "fbdev" "/dev/fb0" - Option "Debug" "false" + Option "fbdev" "/dev/fb0" + Option "Debug" "false" Option "DPMS" "false" - Option "Fimg2DExa" "true" - Option "DRI2" "true" - Option "DRI2_PAGE_FLIP" "false" -# Option "Fimg2DExaSolid" "false" -# Option "Fimg2DExaCopy" "false" - Option "Fimg2DExaComposite" "true" - Option "SWcursorLCD" "false" - + Option "NoFlip" "true" + Option "NoHardwareMouse" "true" + Option "NoG2D" "false" EndSection Section "Screen" - - Identifier "Default Screen" - Device "Mali-Fbdev" - DefaultDepth 24 - + Identifier "Default Screen" + Device "Mali-Fbdev" + DefaultDepth 24 EndSection Section "DRI" - Mode 0666 +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" "Off" +EndSection +## disable automatic HDMI turn off +Section "ServerLayout" + Identifier "DefaultLayout" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" EndSection diff --git a/.conf/dps_65/netdata.service b/.conf/dps_65/netdata.service index 4b308413d9..084a01e630 100644 --- a/.conf/dps_65/netdata.service +++ b/.conf/dps_65/netdata.service @@ -3,8 +3,11 @@ [Unit] Description=Real time performance monitoring +# Pull in non-static network-online.target +Wants=network-online.target + # append here other services you want netdata to wait for them to start -After=network-online.target httpd.service squid.service nfs-server.service mysqld.service mysql.service named.service postfix.service chronyd.service +After=network-online.target httpd.service squid.service nfs-server.service mysqld.service mysql.service mariadb.service named.service postfix.service chronyd.service [Service] Type=simple diff --git a/.conf/dps_85/nginx.conf b/.conf/dps_85/nginx.conf index bed9d28302..863d8e8b48 100644 --- a/.conf/dps_85/nginx.conf +++ b/.conf/dps_85/nginx.conf @@ -25,7 +25,7 @@ http { charset utf-8; - # + Nginx - To avoid 2MB upload error: https://github.com/Fourdee/DietPi/issues/546 + # + Nginx - To avoid 2MB upload error: https://github.com/MichaIng/DietPi/issues/546 client_max_body_size 2000M; # Upstream to abstract back-end connection(s) for PHP diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 16cf4dfb61..577778e4f4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,3 +21,6 @@ about: Suggest an idea for this project #### Additional context - ... + +#### Vote for this feature on FeatHub: https://feathub.com/MichaIng/DietPi/ + diff --git a/.github/ISSUE_TEMPLATE/image_request.md b/.github/ISSUE_TEMPLATE/image_request.md index 3f3093f71c..f6870141db 100644 --- a/.github/ISSUE_TEMPLATE/image_request.md +++ b/.github/ISSUE_TEMPLATE/image_request.md @@ -21,3 +21,6 @@ about: Suggest a new SBC to be added to the offial support and image list of Die #### If not, are there install instructions for Debian available? - ... + +#### Vote for this iamge on FeatHub: https://feathub.com/MichaIng/DietPi/ + diff --git a/.github/ISSUE_TEMPLATE/software_request.md b/.github/ISSUE_TEMPLATE/software_request.md index 1409551f4e..72892c0b1a 100644 --- a/.github/ISSUE_TEMPLATE/software_request.md +++ b/.github/ISSUE_TEMPLATE/software_request.md @@ -35,3 +35,6 @@ about: Suggest a software title to be added to DietPi-Software #### Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.? This is not needed, but could speed up our decision to implement it, as man power is always a topic :wink:. - ... + +#### Vote for this software on FeatHub: https://feathub.com/MichaIng/DietPi/ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a7f0b6701b..c5d388eb2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,12 @@ **Status**: WIP | Testing | Ready | ? - [ ] Example task 1 -**Reference**: https://github.com/Fourdee/DietPi/issues/XXXX +**Reference**: https://github.com/MichaIng/DietPi/issues/XXXX **Commit list/description**: