mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
add mastodon and update faq
This commit is contained in:
@@ -8,7 +8,7 @@ Dockerfile
|
||||
==========
|
||||
|
||||
This purpose of the Dockerfile is to define how to build the image for the service. It declares the environment and building stages.
|
||||
The Dockerfile is responsible for mounting the service application to whatever volume the manifest specifies, typically ``/root``.
|
||||
The Dockerfile is responsible for mounting the service application to whatever volume the manifest specifies, typically ``/root/.<service-id>``.
|
||||
|
||||
Since the build requires specific arm runtime environments, these base images can be imported into the Dockerfile as a starting point so the base system does not need to be completely redefined. This enables importing a specific build environment version that encapsulates any necessary libraries for running the service build, eg. golang, rust.
|
||||
|
||||
|
||||
@@ -22,4 +22,5 @@ Other services
|
||||
* `Bitwarden <https://github.com/Start9Labs/bitwarden-wrapper/tree/master/docs>`_
|
||||
* `Burn After Reading <https://github.com/Start9Labs/burn-after-reading>`_
|
||||
* `Cups <https://github.com/Start9Labs/cups-wrapper/tree/master/docs>`_
|
||||
* `File Browser <https://github.com/Start9Labs/filebrowser-wrapper/tree/master/docs>`_
|
||||
* `File Browser <https://github.com/Start9Labs/filebrowser-wrapper/tree/master/docs>`_
|
||||
* `Mastodon <https://github.com/Start9Labs/mastodon-wrapper>`_
|
||||
@@ -72,12 +72,17 @@ I cannot connect to a service.
|
||||
Make sure the service is started by viewing it in the Services tab in the Embassy dashboard menu. A green indicator bar should be visible.
|
||||
|
||||
|
||||
Can I run multiple Embassies?
|
||||
=============================
|
||||
|
||||
Yes, but there is currently no way to synchronize them. Each Embassy will be isolated from the others. In the future, we plan to enable a local mesh network so you enable features storing backup data across devices.
|
||||
|
||||
Is the software open source?
|
||||
============================
|
||||
|
||||
The team at Start9 Labs is working to open source EmbassyOS with a custom license.
|
||||
Yes! `EmbassyOS <https://github.com/Start9Labs/embassy-os>`_ is open sourced under the `Start9 Personal Use License <https://start9labs.com/license>`_.
|
||||
|
||||
Some of our projects are currently open sourced under MIT.
|
||||
Some of our other projects are currently open sourced under MIT. You can find these in the Start9 Labs GitHub `repository <https://github.com/Start9Labs/>`_.
|
||||
|
||||
|
||||
Is there a product warranty?
|
||||
@@ -97,6 +102,6 @@ No, and we do not advise this. It is designed to be used on a RaspberryPi.
|
||||
Is it possible to DIY the EmbassyOS on my own hardware?
|
||||
=======================================================
|
||||
|
||||
In the near future, you will be able to purchase EmbassyOS from us online. This will be great for people who already own the necessary hardware or who live outside the US and want to save on shipping and customs fees.
|
||||
Yes! You can follow the diy guide :ref:`here <diy>`. This option is great for people who already own the necessary hardware or who live outside the US and want to save on shipping and customs fees.
|
||||
|
||||
Additionally, the source code will soon be made available online. If you have the time and energy, it will be possible to download and compile EmbassyOS yourself, for free, with the caveat that your "Embassy" will not have a product key generated by us. This means you will miss out on the perks that come along with purchasing from us, which will grow over time.
|
||||
Additionally, EmbassyOS is available to build from `source <https://github.com/Start9Labs/embassy-os>`_ under the `Start9 Personal Use License <https://start9labs.com/license>`_. If you have the time and energy, it will be possible to download and compile EmbassyOS yourself, for free, with the caveat that your "Embassy" will not have a product key generated by us. This means you will miss out on the perks that come along with purchasing from us, which will grow over time.
|
||||
Reference in New Issue
Block a user