share VS github-auth3

Compare share vs github-auth3 and see what are their differences.

share

Simple file sharing from the browser and the command-line. (by schollz)

github-auth3

Use Github for your SSH AuthorizedKeysCommand (by tsutsu)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
share github-auth3
1 1
114 12
- -
0.0 0.0
about 1 year ago over 1 year ago
Go Go
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

share

Posts with mentions or reviews of share. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-15.
  • X0.at: upload files from cURL (free)
    5 projects | news.ycombinator.com | 15 Mar 2021
    I'll tack on mine as well, which you can self-host: https://github.com/schollz/share

    Also there is a cute alias you can do to easily 'share' files:

    alias share='f() { curl --progress-bar --upload-file "$1" https://share.schollz.com | tee /dev/null; echo };f'

github-auth3

Posts with mentions or reviews of github-auth3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-15.
  • X0.at: upload files from cURL (free)
    5 projects | news.ycombinator.com | 15 Mar 2021
    This is incompatible with using curl as your client, but one “hacker-friendly way to do auth” is to use Github’s public SSH keys API.

    You can stand up an (SCP/SFTP-subprotocol-only) SSH server, and then configure it to call[1] a check on GitHub’s API to map the user’s SSH key to a GitHub username.

    From there, you can do whatever you like to continue the auth process: let any GitHub user in; only let GitHub users in from a specific GitHub org; keep an LDAP directory of GitHub usernames such that you can attach metadata to them like “is banned” or “has used up their upload credits for the day” or “is on plan tier X”; etc.

    Then, set up automatic local user instantiation per remote user; populate /etc/skel with just the right set of limited files to allow the user to upload into one “spool” directory; and then have an inotify-like daemon that watches for files to be closed in that directory and handles them from there (e.g. uploading them to an S3 bucket, etc.)

    [1] As it happens, I wrote an OpenSSHD plugin for exactly this: https://github.com/tsutsu/github-auth3

What are some alternatives?

When comparing share and github-auth3 you can also consider the following projects:

0x0 - No-bullshit file hosting and URL shortening service. Mirror of https://git.0x0.st/mia/0x0

PictShare - :camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:

curldrop - :arrow_double_up: web app for for easy file uploads via curl