mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update FE types and unify sideload page with marketplace show begin popover for UI launch select update node version for github workflows fix type errors eager load more components fix mocks for types recalculate updates bad on pkg uninstall chore: break form-object file structure files for config finish file upload API and implement for config chore: break down form-object by type, part 1 remove NEW from config comment entire setTimeout for new generic form options chore: break down form-object by type, part 2 headers for enums and unions implement select and multiselect for config update union types and camel case for specs implement textarea config value inputspec and required instead of nullable remove subtype from list spec update start-sdk bump start-sdk feat: use Taiga UI for config modal (#2250) * feat: use Taiga UI for config modal * chore: finish remaining changes * chore: address comments * bump sdk version --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> update package lock update to sdk 20 and fix types chore: update Taiga UI and migrate some more forms (#2252) update form to latest sdk validate length for textarea too chore: accommodate new changes to the specs (#2254) * chore: accommodate new changes to the specs * chore: fix error * chore: fix error feat: add input color (#2257) * feat: add input color * patterns will always be there --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> chore: properly type pattern error update to latest sdk Add sans-serif font fallback (#2263) * Add sans-serif font fallback * Update frontend readme start scripts feat: add datetime spec support (#2264) Wifi optional (#2249) * begin work * allow enable and disable wifi * nice styling * done except for popover not dismissing * update wifi.ts * address comments Feat/automated backups (#2142) * initial restructuring * very cool * new structure in place * delete unnecessary T * down the rabbit hole * getting better * dont like it * nice * very nice * sessions select all * nice * backup runs * fix targets and more * small improvements * mostly working * address PR comments * fix error * delete issue with merge * fix checkboxes and add API for deleting backup runs * better styling for checkboxes * small button in ssh kpage too * complete multiple UI launcher * fix actions * present error toast too * fix target forms Add logs window to setup wizard loading screen (#2076) * add logs window to setup wizard loading screen * fix type error * Update frontend/projects/setup-wizard/src/app/services/api/live-api.service.ts Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> --------- Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> statically type server metrics and use websocket (#2124) Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Feat/external-smtp (#1791) * UI for EOS smtp, missing API layer * implement api * fix errors * switch to external smtp creds * fix things up * fix types * update types for new forms * feat: add new form to emails and marketplace (#2268) * import tuilet module * feat: get rid of old form completely (#2270) * move to builder spec and delete developer menu * update sdk * tiny * getting better * working * done * feat: add step to number config * chore: small fixes * update SDK and step for numbers --------- Co-authored-by: Alex Inkin <alexander@inkin.ru> latest sdk, fix build update SDK for better disabled props feat: implement `disabled`, `immutable` and `generate` (#2280) * feat: implement `disabled`, `immutable` and `generate` * chore: remove unnecessary code * chore: add generate to textarea and implement immutable * no generate for textarea --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> update lockfile refactor: extract loading status to shared library (#2282) * refactor: extract loading status to shared library * chore: remove inline style refactor: break routing down to apps level (#2285) closes #2212 and closes #2214 Feat/credentials (#2290) add credentials and remove properties refactor: break ui up further down (#2292) * refactor: break ui up further down * permit loading even when authed --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> update patchdb for package compatability fixes fix file structure WIP finish rebase mvp complete port forwards mvp looking good cleaner system page move experimental features manual port overrides better info headers for jobs pages refactor: move diagnostic-ui app under ui route (#2306) * refactor: move diagnostic-ui app under ui route * chore: hide navigation * chore: remove ionic from diagnostic * fix navbar showing on login --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> chore: partially remove ionic modals and loaders (#2308) * chore: partially remove ionic modals and loaders * change to snake --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> better session data fetching abstract store icon component to shared marketplace project (#2311) * abstract store icon component to shared marketplace project * better than using a pipe * minor cleanup * chore: fix missing node types in libraries * typo --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: waterplea <alexander@inkin.ru> refactor: continue to get rid of ionic infrastructure (#2325) refactor: finish removing ionic entities: (#2333) * refactor: finish removing ionic entities: ToastController ErrorToastService ModalController AlertController LoadingController * chore: rollback testing code * chore: fix comments * minor form change * chore: fix comments * update clearnet address parts * move around patchDB * chore: fix comments --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> fixup after rebase
337 lines
15 KiB
Markdown
337 lines
15 KiB
Markdown
<!-- omit in toc -->
|
|
|
|
# Contributing to StartOS
|
|
|
|
First off, thanks for taking the time to contribute! ❤️
|
|
|
|
All types of contributions are encouraged and valued. See the
|
|
[Table of Contents](#table-of-contents) for different ways to help and details
|
|
about how this project handles them. Please make sure to read the relevant
|
|
section before making your contribution. It will make it a lot easier for us
|
|
maintainers and smooth out the experience for all involved. The community looks
|
|
forward to your contributions. 🎉
|
|
|
|
> And if you like the project, but just don't have time to contribute, that's
|
|
> fine. There are other easy ways to support the project and show your
|
|
> appreciation, which we would also be very happy about:
|
|
>
|
|
> - Star the project
|
|
> - Tweet about it
|
|
> - Refer this project in your project's readme
|
|
> - Mention the project at local meetups and tell your friends/colleagues
|
|
> - Buy a [Start9 server](https://start9.com)
|
|
|
|
<!-- omit in toc -->
|
|
|
|
## Table of Contents
|
|
|
|
- [I Have a Question](#i-have-a-question)
|
|
- [I Want To Contribute](#i-want-to-contribute)
|
|
- [Reporting Bugs](#reporting-bugs)
|
|
- [Suggesting Enhancements](#suggesting-enhancements)
|
|
- [Project Structure](#project-structure)
|
|
- [Your First Code Contribution](#your-first-code-contribution)
|
|
- [Setting Up Your Development Environment](#setting-up-your-development-environment)
|
|
- [Building The Image](#building-the-image)
|
|
- [Improving The Documentation](#improving-the-documentation)
|
|
- [Styleguides](#styleguides)
|
|
- [Formatting](#formatting)
|
|
- [Atomic Commits](#atomic-commits)
|
|
- [Commit Messages](#commit-messages)
|
|
- [Pull Requests](#pull-requests)
|
|
- [Rebasing Changes](#rebasing-changes)
|
|
- [Join The Discussion](#join-the-discussion)
|
|
- [Join The Project Team](#join-the-project-team)
|
|
|
|
## I Have a Question
|
|
|
|
> If you want to ask a question, we assume that you have read the available
|
|
> [Documentation](https://docs.start9labs.com).
|
|
|
|
Before you ask a question, it is best to search for existing
|
|
[Issues](https://github.com/Start9Labs/start-os/issues) that might help you.
|
|
In case you have found a suitable issue and still need clarification, you can
|
|
write your question in this issue. It is also advisable to search the internet
|
|
for answers first.
|
|
|
|
If you then still feel the need to ask a question and need clarification, we
|
|
recommend the following:
|
|
|
|
- Open an [Issue](https://github.com/Start9Labs/start-os/issues/new).
|
|
- Provide as much context as you can about what you're running into.
|
|
- Provide project and platform versions, depending on what seems relevant.
|
|
|
|
We will then take care of the issue as soon as possible.
|
|
|
|
<!--
|
|
You might want to create a separate issue tag for questions and include it in this description. People should then tag their issues accordingly.
|
|
|
|
Depending on how large the project is, you may want to outsource the questioning, e.g. to Stack Overflow or Gitter. You may add additional contact and information possibilities:
|
|
- IRC
|
|
- Slack
|
|
- Gitter
|
|
- Stack Overflow tag
|
|
- Blog
|
|
- FAQ
|
|
- Roadmap
|
|
- E-Mail List
|
|
- Forum
|
|
-->
|
|
|
|
## I Want To Contribute
|
|
|
|
> ### Legal Notice <!-- omit in toc -->
|
|
>
|
|
> When contributing to this project, you must agree that you have authored 100%
|
|
> of the content, that you have the necessary rights to the content and that the
|
|
> content you contribute may be provided under the project license.
|
|
|
|
### Reporting Bugs
|
|
|
|
<!-- omit in toc -->
|
|
|
|
#### Before Submitting a Bug Report
|
|
|
|
A good bug report shouldn't leave others needing to chase you up for more
|
|
information. Therefore, we ask you to investigate carefully, collect information
|
|
and describe the issue in detail in your report. Please complete the following
|
|
steps in advance to help us fix any potential bug as fast as possible.
|
|
|
|
- Make sure that you are using the latest version.
|
|
- Determine if your bug is really a bug and not an error on your side e.g. using
|
|
incompatible environment components/versions (Make sure that you have read the
|
|
[documentation](https://start9.com/latest/user-manual). If you are looking for
|
|
support, you might want to check [this section](#i-have-a-question)).
|
|
- To see if other users have experienced (and potentially already solved) the
|
|
same issue you are having, check if there is not already a bug report existing
|
|
for your bug or error in the
|
|
[bug tracker](https://github.com/Start9Labs/start-os/issues?q=label%3Abug).
|
|
- Also make sure to search the internet (including Stack Overflow) to see if
|
|
users outside of the GitHub community have discussed the issue.
|
|
- Collect information about the bug:
|
|
- Stack trace (Traceback)
|
|
- Client OS, Platform and Version (Windows/Linux/macOS/iOS/Android,
|
|
Firefox/Tor Browser/Consulate)
|
|
- Version of the interpreter, compiler, SDK, runtime environment, package
|
|
manager, depending on what seems relevant.
|
|
- Possibly your input and the output
|
|
- Can you reliably reproduce the issue? And can you also reproduce it with
|
|
older versions?
|
|
|
|
<!-- omit in toc -->
|
|
|
|
#### How Do I Submit a Good Bug Report?
|
|
|
|
> You must never report security related issues, vulnerabilities or bugs to the
|
|
> issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by
|
|
> email to <security@start9labs.com>.
|
|
|
|
<!-- You may add a PGP key to allow the messages to be sent encrypted as well. -->
|
|
|
|
We use GitHub issues to track bugs and errors. If you run into an issue with the
|
|
project:
|
|
|
|
- Open an [Issue](https://github.com/Start9Labs/start-os/issues/new/choose)
|
|
selecting the appropriate type.
|
|
- Explain the behavior you would expect and the actual behavior.
|
|
- Please provide as much context as possible and describe the _reproduction
|
|
steps_ that someone else can follow to recreate the issue on their own. This
|
|
usually includes your code. For good bug reports you should isolate the
|
|
problem and create a reduced test case.
|
|
- Provide the information you collected in the previous section.
|
|
|
|
Once it's filed:
|
|
|
|
- The project team will label the issue accordingly.
|
|
- A team member will try to reproduce the issue with your provided steps. If
|
|
there are no reproduction steps or no obvious way to reproduce the issue, the
|
|
team will ask you for those steps and mark the issue as `Question`. Bugs with
|
|
the `Question` tag will not be addressed until they are answered.
|
|
- If the team is able to reproduce the issue, it will be marked a scoping level
|
|
tag, as well as possibly other tags (such as `Security`), and the issue will
|
|
be left to be [implemented by someone](#your-first-code-contribution).
|
|
|
|
<!-- You might want to create an issue template for bugs and errors that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
|
|
|
|
### Suggesting Enhancements
|
|
|
|
This section guides you through submitting an enhancement suggestion for StartOS, **including completely new features and minor improvements to existing
|
|
functionality**. Following these guidelines will help maintainers and the
|
|
community to understand your suggestion and find related suggestions.
|
|
|
|
<!-- omit in toc -->
|
|
|
|
#### Before Submitting an Enhancement
|
|
|
|
- Make sure that you are using the latest version.
|
|
- Read the [documentation](https://start9.com/latest/user-manual) carefully and
|
|
find out if the functionality is already covered, maybe by an individual
|
|
configuration.
|
|
- Perform a [search](https://github.com/Start9Labs/start-os/issues) to see if
|
|
the enhancement has already been suggested. If it has, add a comment to the
|
|
existing issue instead of opening a new one.
|
|
- Find out whether your idea fits with the scope and aims of the project. It's
|
|
up to you to make a strong case to convince the project's developers of the
|
|
merits of this feature. Keep in mind that we want features that will be useful
|
|
to the majority of our users and not just a small subset. If you're just
|
|
targeting a minority of users, consider writing an add-on/plugin library.
|
|
|
|
<!-- omit in toc -->
|
|
|
|
#### How Do I Submit a Good Enhancement Suggestion?
|
|
|
|
Enhancement suggestions are tracked as
|
|
[GitHub issues](https://github.com/Start9Labs/start-os/issues).
|
|
|
|
- Use a **clear and descriptive title** for the issue to identify the
|
|
suggestion.
|
|
- Provide a **step-by-step description of the suggested enhancement** in as many
|
|
details as possible.
|
|
- **Describe the current behavior** and **explain which behavior you expected to
|
|
see instead** and why. At this point you can also tell which alternatives do
|
|
not work for you.
|
|
- You may want to **include screenshots and animated GIFs** which help you
|
|
demonstrate the steps or point out the part which the suggestion is related
|
|
to. You can use [this tool](https://www.cockos.com/licecap/) to record GIFs on
|
|
macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast)
|
|
or [this tool](https://github.com/GNOME/byzanz) on Linux.
|
|
<!-- this should only be included if the project has a GUI -->
|
|
- **Explain why this enhancement would be useful** to most StartOS users. You
|
|
may also want to point out the other projects that solved it better and which
|
|
could serve as inspiration.
|
|
|
|
<!-- You might want to create an issue template for enhancement suggestions that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
|
|
|
|
### Project Structure
|
|
|
|
StartOS is composed of the following components. Please visit the README for
|
|
each component to understand the dependency requirements and installation
|
|
instructions.
|
|
|
|
- [`backend`](backend/README.md) (Rust) is a command line utility, daemon, and
|
|
software development kit that sets up and manages services and their
|
|
environments, provides the interface for the ui, manages system state, and
|
|
provides utilities for packaging services for StartOS.
|
|
- [`build`](build/README.md) contains scripts and necessary for deploying
|
|
StartOS to a debian/raspbian system.
|
|
- [`frontend`](frontend/README.md) (Typescript Ionic Angular) is the code that
|
|
is deployed to the browser to provide the user interface for StartOS.
|
|
- `projects/ui` - Code for the user interface that is displayed when StartOS
|
|
is running normally.
|
|
- `projects/setup-wizard`(frontend/README.md) - Code for the user interface
|
|
that is displayed during the setup and recovery process for StartOS.
|
|
- `libs` (Rust) is a set of standalone crates that were separated out of
|
|
`backend` for the purpose of portability
|
|
- `patch-db` - A diff based data store that is used to synchronize data between
|
|
the front and backend.
|
|
- Notably, `patch-db` has a
|
|
[client](https://github.com/Start9Labs/patch-db/tree/master/client) with its
|
|
own dependency and installation requirements.
|
|
- `system-images` - (Docker, Rust) A suite of utility Docker images that are
|
|
preloaded with StartOS to assist with functions relating to services (eg.
|
|
configuration, backups, health checks).
|
|
|
|
### Your First Code Contribution
|
|
|
|
#### Setting Up Your Development Environment
|
|
|
|
First, clone the StartOS repository and from the project root, pull in the
|
|
submodules for dependent libraries.
|
|
|
|
```sh
|
|
git clone https://github.com/Start9Labs/start-os.git
|
|
git submodule update --init --recursive
|
|
```
|
|
|
|
Depending on which component of the ecosystem you are interested in contributing
|
|
to, follow the installation requirements listed in that component's README
|
|
(linked [above](#project-structure))
|
|
|
|
#### Building The Raspberry Pi Image
|
|
|
|
This step is for setting up an environment in which to test your code changes if
|
|
you do not yet have a StartOS.
|
|
|
|
- Requirements
|
|
- `ext4fs` (available if running on the Linux kernel)
|
|
- [Docker](https://docs.docker.com/get-docker/)
|
|
- GNU Make
|
|
- Building
|
|
- see setup instructions [here](build/README.md)
|
|
- run `make startos-raspi.img ARCH=aarch64` from the project root
|
|
|
|
### Improving The Documentation
|
|
|
|
You can find the repository for Start9's documentation
|
|
[here](https://github.com/Start9Labs/documentation). If there is something you
|
|
would like to see added, let us know, or create an issue yourself. Welcome are
|
|
contributions for lacking or incorrect information, broken links, requested
|
|
additions, or general style improvements.
|
|
|
|
Contributions in the form of setup guides for integrations with external
|
|
applications are highly encouraged. If you struggled through a process and would
|
|
like to share your steps with others, check out the docs for each
|
|
[service](https://github.com/Start9Labs/documentation/blob/master/source/user-manuals/available-services/index.rst)
|
|
we support. The wrapper repos contain sections for adding integration guides,
|
|
such as this
|
|
[one](https://github.com/Start9Labs/bitcoind-wrapper/tree/master/docs). These
|
|
not only help out others in the community, but inform how we can create a more
|
|
seamless and intuitive experience.
|
|
|
|
## Styleguides
|
|
|
|
### Formatting
|
|
|
|
Each component of StartOS contains its own style guide. Code must be formatted
|
|
with the formatter designated for each component. These are outlined within each
|
|
component folder's README.
|
|
|
|
### Atomic Commits
|
|
|
|
Commits
|
|
[should be atomic](https://en.wikipedia.org/wiki/Atomic_commit#Atomic_commit_convention)
|
|
and diffs should be easy to read. Do not mix any formatting fixes or code moves
|
|
with actual code changes.
|
|
|
|
### Commit Messages
|
|
|
|
If a commit touches only 1 component, prefix the message with the affected
|
|
component. i.e. `backend: update to tokio v0.3`.
|
|
|
|
### Pull Requests
|
|
|
|
The body of a pull request should contain sufficient description of what the
|
|
changes do, as well as a justification. You should include references to any
|
|
relevant [issues](https://github.com/Start9Labs/start-os/issues).
|
|
|
|
### Rebasing Changes
|
|
|
|
When a pull request conflicts with the target branch, you may be asked to rebase
|
|
it on top of the current target branch. The `git rebase` command will take care
|
|
of rebuilding your commits on top of the new base.
|
|
|
|
This project aims to have a clean git history, where code changes are only made
|
|
in non-merge commits. This simplifies auditability because merge commits can be
|
|
assumed to not contain arbitrary code changes.
|
|
|
|
## Join The Discussion
|
|
|
|
Current or aspiring contributors? Join our community developer
|
|
[Matrix channel](https://matrix.to/#/#community-dev:matrix.start9labs.com).
|
|
|
|
Just interested in or using the project? Join our community
|
|
[Telegram](https://t.me/start9_labs) or
|
|
[Matrix](https://matrix.to/#/#community:matrix.start9labs.com).
|
|
|
|
## Join The Project Team
|
|
|
|
Interested in becoming a part of the Start9 Labs team? Send an email to
|
|
<jobs@start9labs.com>
|
|
|
|
<!-- omit in toc -->
|
|
|
|
## Attribution
|
|
|
|
This guide is based on the **contributing-gen**.
|
|
[Make your own](https://github.com/bttger/contributing-gen)!
|