aki-k
aki-k
Here's a working config for nginx reverse proxy for yacht: Yacht will be served from https://fqdn:5432/yacht /etc/nginx/nginx.conf ``` server { listen 5432 ssl; server_name fqdn; ssl_certificate /etc/nginx/certs/koti-web.crt; ssl_certificate_key /etc/nginx/certs/koti-web.key; error_page...
I got rtorrent working with dht (test torrent archlinux-2023.04.01-x86_64.iso.torrent): It looks like the UDP port is not even needed. I have a Linux VM in Azure and its inbound security...
@Donis- Sorry my reply comes after a long time but I found out that you'd need to compile dockerd yourself after changing those values and re-create the swarm after that....
Here's the parts in moby/moby code: daemon/cluster/cluster.go: if config.RaftHeartbeatTick == 0 { config.RaftHeartbeatTick = 1 } if config.RaftElectionTick == 0 { // 10X heartbeat tick is the recommended ratio according...
The same problem is still happening today on 14th December 2023. Selecting the reusable key fixes it
@07416 Fixed it with this bash alias: ``` alias t-cli="rm -f ~/.config/transmission/resume/*; transmission-cli ${@}" ```
My friend is having the same problem (accessing the WSL port 3000 through WSL's port forwarding from the Windows host side).
The same problem can be seen in the links: Advanced export JSON shape: default, array, newline-delimited, object
I forgot to add that I followed these instructions to set up the python llm: https://simonwillison.net/2023/Jul/18/accessing-llama-2/
I must be doing something wrong. On page https://192.168.1.3:5432/datasette-llm/logs/_llm_migrations there's the option to filter the results, there's an Apply button. It also tries to load an URL with an extra...