Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: genshen/ssh-web-console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: genshen/ssh-web-console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 21, 2022

  1. feat(router): add support to serve app under a specific path

    This feature comes from #10, which need to serve under a path, instead of direct "/".
    
    re #10
    genshen committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ed75ddf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. merge: Merge pull request #12 from genshen/feature-prefix-serving-pat…

    …h into master
    
    feat(router): add support to serve app under a specific path
    genshen authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8377b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9368100 View commit details
    Browse the repository at this point in the history
  3. merge(ci): Merge pull request #13 from genshen/bump-toolchain-verion-…

    …in-CI
    
    ci(github-action): bump go version to 1.18 and node version to 16.x in github action
    genshen authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    aca7422 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. feat(ssh): support to login remote host via ipv6 address

    support to use ipv6 address and its port to login remote host.
    
    ref #11
    genshen committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8caf9c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. merge(ssh): Merge pull request #14 from genshen/feature-ipv6-address-…

    …support
    
    Feature: support to login remote host via ipv6 address
    genshen authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c8892ed View commit details
    Browse the repository at this point in the history
  2. chore(version): bump verion v0.3.0 -> v0.4.0

    In v0.4.0, we add ipv6 address support for ssh signin
    genshen committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b27aab4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. chore(docker): Add Compose file and reformat README (#18)

    * Add Compose file and reformat README
    
    * Set `network_mode` to `host` and remove `ports`  
    This way we don't have to change port number in two different ways
    when using docker compose.
    IHosseini083 authored May 29, 2023
    Configuration menu
    Copy the full SHA
    ebb9339 View commit details
    Browse the repository at this point in the history
Loading