tabby
This commit is contained in:
parent
e82d186e30
commit
ccceb00c04
4
.gitignore
vendored
4
.gitignore
vendored
@ -39,7 +39,6 @@ Public/
|
||||
.redhat/
|
||||
.swt/
|
||||
snap/
|
||||
.tabby-client/
|
||||
Templates/
|
||||
Vaults/
|
||||
VirtualBox*/
|
||||
@ -57,4 +56,5 @@ VirtualBox*/
|
||||
CloudTasks.txt
|
||||
.zcompdump-TobEndGalaxyBook-5.9
|
||||
.zcompdump-TobEndGalaxyBook-5.9.zwc
|
||||
.gradle/
|
||||
.gradle/
|
||||
.zsh_history
|
||||
37
.tabby-client/agent/config.toml
Normal file
37
.tabby-client/agent/config.toml
Normal 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
|
||||
|
||||
1
.tabby-client/agent/data.json
Normal file
1
.tabby-client/agent/data.json
Normal file
@ -0,0 +1 @@
|
||||
{"anonymousId":"0ce9361d-c7c3-4928-8028-28ac478220f7","serverConfig":{"http://192.168.178.82:8080":{"disable_client_side_telemetry":false}}}
|
||||
@ -1909,3 +1909,7 @@ clone_url=$(echo $response | yq e '.clone_url')
|
||||
: 1739405479:0;pacman -Qm\
|
||||
|
||||
: 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user