Adds required parameter to ssh

This commit is contained in:
Michel Fedde 2025-06-20 18:01:57 +02:00
parent 441b492268
commit 0608f98c2b
4 changed files with 17 additions and 7 deletions

View file

@ -1,2 +1,3 @@
window-inherit-working-directory = false window-inherit-working-directory = false
gtk-single-instance = false gtk-single-instance = false
shell-integration-features = sudo

View file

@ -1,8 +1,8 @@
[Application] [Application]
WindowWidth = 1702 WindowWidth = 2051
WindowHeight = 1382 WindowHeight = 1424
LastCheckedVersion = 'v0.14.0' LastCheckedVersion = 'v0.14.0'
LastLaunchedVersion = 'v0.15.1' LastLaunchedVersion = 'v0.15.2'
EnableSystemTray = true EnableSystemTray = true
CloseToSystemTray = false CloseToSystemTray = false
StartupPage = 'Albums' StartupPage = 'Albums'
@ -29,7 +29,7 @@ UIScaleSize = 'Normal'
[[Servers]] [[Servers]]
ServerType = 'Subsonic' ServerType = 'Subsonic'
Hostname = 'http://rpi5:8010' Hostname = 'https://music.home'
AltHostname = 'https://music.iedsoftworks.com' AltHostname = 'https://music.iedsoftworks.com'
Username = 'michel' Username = 'michel'
LegacyAuth = true LegacyAuth = true
@ -68,7 +68,7 @@ InitialView = 'List'
TracklistColumns = ['Album', 'Time', 'Plays'] TracklistColumns = ['Album', 'Time', 'Plays']
[NowPlayingConfig] [NowPlayingConfig]
InitialView = 'Lyrics' InitialView = 'Play Queue'
[Playback] [Playback]
Autoplay = false Autoplay = false

View file

@ -12,8 +12,8 @@
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/> <property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/> <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/>
<property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,2658,50,50,73,50,196"/> <property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,2658,50,50,73,50,196"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/> <property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/>
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/> <property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/>
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/> <property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
<property name="last-show-hidden" type="bool" value="true"/> <property name="last-show-hidden" type="bool" value="true"/>
<property name="misc-expandable-folders" type="bool" value="true"/> <property name="misc-expandable-folders" type="bool" value="true"/>

View file

@ -1,3 +1,6 @@
Host *
SetEnv TERM=xterm-256color
Host webserver Host webserver
HostName h2995861.stratoserver.net HostName h2995861.stratoserver.net
User michel User michel
@ -8,6 +11,12 @@ Host rpi5
User michel User michel
IdentityFile ~/.ssh/webserver.key IdentityFile ~/.ssh/webserver.key
Host git.iedsoftworks.com
HostName git.iedsoftworks.com
User git
Port 2222
IdentityFile ~/.ssh/git.iedsoftworks.com.key
Host home Host home
HostName 192.168.178.27 HostName 192.168.178.27
User michel User michel