Giter Club home page Giter Club logo

mono's People

Contributors

onionltd avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

mono's Issues

Autosign commits

Repositories:

https://github.com/oniontree-org/oniontree-org.github.io
https://github.com/oniontree-org/oniontree-org.onion

contain autogenerated content by the CI (https://github.com/oniontree-org/oniontree-hugo). Commits pushed to the repository aren't signed which potentially allows someone with write permissions to push forged content.

This is a proposal to implement automatic commit signing:

  1. Generate a new PGP private key

  2. Find a way to safely store a PGP private key

GitHub Actions offer a concept of Secrets. It's safe to say this is the best candidate.

  1. Store the PGP private key on a disk

Once the private key is retrieved from the secrets, it must be imported to gnupg keyring. Is gnupg available? Is it safe to do so? Can't the keyring be read from the disk by someone unauthorized? Should the keyring be deleted at the end?

  1. Sign new commit

Update git configuration so that the commit signing is enabled. https://github.com/oniontree-org/oniontree-hugo/blob/master/.github/workflows/build.yaml#L68

Unit test the HTTP server

Unit tests are currently missing for HTTP server and the endpoint handlers. Without the tests, I can't upgrade the vendored dependencies, without fear of breaking things.

Migrate to v3 address

Onion v2 addresses has become obsolete and will not be supported beyond 2021. It's time to make the service available via v3 address, and do so sooner than later, so that the users have enough time to update their bookmarks and get accustomed to the new address.

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.