Giter VIP home page Giter VIP logo

warpd-docker's Introduction

warpd-docker

Dockerised version of the warpd server.

How did this start?

Basically, issue #33 on the upstream repository. The hosted server for the warp software was taken down and users now need to host their own.

How do I use this?

  1. Install Docker. See the documentation for more information.
  2. Run docker pull registry.gitlab.com/luketainton/warpd-docker:latest to pull the latest image.
  3. Run docker run -d -p 4242:4242 registry.gitlab.com/luketainton/warpd-docker:latest to run a container.

How do I connect my client?

Referring to issue #33, you need to run WARPD_NO_TLS=true WARPD_ADDRESS=<IP_ADDRESS_OF_SERVER>:4242 warp <CMD>, where <IP_ADDRESS_OF_SERVER> is the IPv4 address of the server you're running the container on. By default, the container will use port 4242. <CMD> will be replaced by the sub-command you wish to execute.

If you don't want to type WARPD_NO_TLS=true WARPD_ADDRESS=<IP_ADDRESS_OF_SERVER>:4242 every time, you can export them as environment variables in your shell start script (.zshrc, .bashrc etc.):

  • export WARPD_NO_TLS=true
  • export WARPD_ADDRESS=<IP_ADDRESS_OF_SERVER>:4242

You can then run warp as normal and it will use the values set in that file instead.

warpd-docker's People

Contributors

luketainton avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar

warpd-docker's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/workflows/build.yml
  • actions/checkout v3
.github/workflows/stale.yml
  • actions/stale v5

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.