Giter VIP home page Giter VIP logo

crosstab's Introduction

Crosstab

CrossTab allows you to share tabs between devices.

How it works?

  • You can send an URL to CrossTab
  • CrossTab stores that as the shareurl
  • You can open url/redirect to let you redirect to the shareurl

URIs

CrossTab has the following endpoints:

URI Method Description
/ GET Simply get the redirect url as the body
/ POST Put the url of the request body into the shareurl
/redirect GET Redirect to the shareurl
/ui GET Get a simple UI to controll CrossTab

Getting-Started

You need to self-host crosstab, I use a Raspberry Pi but your daily driver should also be fine!

From Docker-hub

  1. Pull the image from docker hub
    docker pull dlurak/crosstab
  2. Start it
    docker run -d -p 5000:5000 dlurak/crosstab

From source

  1. Clone this repo
    git clone https://github.com/Dlurak/CrossTab.git
  2. Start it using docker
    cd api/
    docker-compose up
  3. It runs on localhost port 5000

Please note that everyone who can access your server will be able to see which website you share and also to change which website you want to open.
So make sure only trusted people can access the server!

Screenshots

CrossTab has a very minimal and beautifull design.

Desktop Mobile

Integration

iOS

There is this siri shortcut to share a site to CrossTab directly from the sharesheet.

crosstab's People

Contributors

dlurak avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.