Skip to content

Instantly share code, notes, and snippets.

@carte7000
carte7000 / personal-data-aggregator.xml
Last active January 23, 2023 21:49
Unraid template to install personal data aggregator
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/code-server.xml</TemplateURL>
<Beta>True</Beta>
<Category>Tools:Utilities</Category>
<Name>Personal data aggregator</Name>
<Description>
[b]Description[/b][br]
Code-server is a Visual Studio Code instance running on a remote server accessible through any web browser. It allows you to code anywhere and on any device such as a tablet or laptop with a consistent integrated development environment (IDE). Set up a secure a Linux development machine and get coding on any device with a web browser. Take advantage of a cloud server by offloading the system demanding tasks such as tests, compilations, downloads to another machine. Preserve battery life when you’re on the go or spend your downtime doing something else while the computationally intensive processes are running on your cloud server.[br][br]
[b]Configuration[/b][br]
### Keybase proof
I hereby claim:
* I am carte7000 on github.
* I am simrob (https://keybase.io/simrob) on keybase.
* I have a public key ASBpGqIoKJHKRE_UlkJ5LtP7ZA93CPBZ65GdDs1SrI_vvAo
To claim this, I am signing this object:
func InitGoTezos() (*tezos.Service, error) {
rpcURL := "https://mainnet-node.tzscan.io"
client, err := tezos.NewRPCClient(http.DefaultClient, rpcURL)
if err != nil {
return nil, err
}
return &tezos.Service{Client: client}, nil
}