This commit is contained in:
Tobias J. Endres 2025-02-13 03:01:38 +01:00
parent e82d186e30
commit ccceb00c04
4 changed files with 44 additions and 2 deletions

4
.gitignore vendored
View File

@ -39,7 +39,6 @@ Public/
.redhat/ .redhat/
.swt/ .swt/
snap/ snap/
.tabby-client/
Templates/ Templates/
Vaults/ Vaults/
VirtualBox*/ VirtualBox*/
@ -57,4 +56,5 @@ VirtualBox*/
CloudTasks.txt CloudTasks.txt
.zcompdump-TobEndGalaxyBook-5.9 .zcompdump-TobEndGalaxyBook-5.9
.zcompdump-TobEndGalaxyBook-5.9.zwc .zcompdump-TobEndGalaxyBook-5.9.zwc
.gradle/ .gradle/
.zsh_history

View File

@ -0,0 +1,37 @@
## Tabby agent configuration file
## Online documentation: https://tabby.tabbyml.com/docs/extensions/configurations
## You can uncomment and edit the values below to change the default settings.
## Configurations in this file have lower priority than the IDE settings.
## Server
## You can set the server endpoint and token here.
# [server]
# endpoint = "http://localhost:8080" # http or https URL
# token = "your-token-here" # if set, request header Authorization = "Bearer $token" will be added
endpoint = "http://10.8.0.5:8080"
token = "auth_42d0b9a943b54ba8a13a5041b240801f"
## You can add custom request headers.
# [server.requestHeaders]
# Header1 = "Value1" # list your custom headers here
# Header2 = "Value2" # values can be strings, numbers or booleans
## Proxy
## You can specify an optional http/https proxy when required, overrides environment variable settings.
# [proxy]
# url = "http://your-proxy-server" # the URL of the proxy
## Logs
## You can set the log level here. The log file is located at ~/.tabby-client/agent/logs/.
# [logs]
# level = "silent" # "silent" or "error" or "debug"
## Anonymous usage tracking
## Tabby collects anonymous usage data and sends it to the Tabby team to help improve our products.
## Your code, generated completions, or any sensitive information is never tracked or sent.
## For more details on data collection, see https://tabby.tabbyml.com/docs/extensions/configurations#usage-collection
## Your contribution is greatly appreciated. However, if you prefer not to participate, you can disable anonymous usage tracking here.
# [anonymousUsageTracking]
# disable = false # set to true to disable

View File

@ -0,0 +1 @@
{"anonymousId":"0ce9361d-c7c3-4928-8028-28ac478220f7","serverConfig":{"http://192.168.178.82:8080":{"disable_client_side_telemetry":false}}}

View File

@ -1909,3 +1909,7 @@ clone_url=$(echo $response | yq e '.clone_url')
: 1739405479:0;pacman -Qm\ : 1739405479:0;pacman -Qm\
: 1739410509:0;echo $HOME : 1739410509:0;echo $HOME
: 1739411867:0;cd
: 1739411873:0;git remote rm origin
: 1739411973:0;git remote add origin https://gitea.tobjend.de/tobi/homefolder.git
: 1739411981:0;git push -u origin main