From 5829ed2fa5ebd9983096592159a37c321971fdfd Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 14 Feb 2022 07:56:36 -0700 Subject: [PATCH] Dev docs edits --- poetry.lock | 6 +-- site/03-todo.md | 13 ++++++- .../advanced/dev-tools/embassy-sdk.rst | 2 +- .../advanced/dev-tools/embassyd.rst | 3 +- .../build-package-example/04_docker-build.rst | 8 ++-- .../09_create-wrapper.rst | 6 +-- .../build-package-example/index.rst | 4 +- .../getting-started/environment-setup.rst | 38 +++++++++---------- .../getting-started/quick-start.rst | 6 +-- .../service-packaging/getting-started/sdk.rst | 14 +++---- 10 files changed, 54 insertions(+), 46 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3841c8..e5fc310 100644 --- a/poetry.lock +++ b/poetry.lock @@ -564,7 +564,7 @@ python-versions = ">= 3.5" [[package]] name = "typing-extensions" -version = "4.1.0" +version = "4.1.1" description = "Backported and Experimental Type Hints for Python 3.6+" category = "dev" optional = false @@ -945,8 +945,8 @@ tornado = [ {file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"}, ] typing-extensions = [ - {file = "typing_extensions-4.1.0-py3-none-any.whl", hash = "sha256:c13180fbaa7cd97065a4915ceba012bdb31dc34743e63ddee16360161d358414"}, - {file = "typing_extensions-4.1.0.tar.gz", hash = "sha256:ba97c5143e5bb067b57793c726dd857b1671d4b02ced273ca0538e71ff009095"}, + {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, + {file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, ] urllib3 = [ {file = "urllib3-1.26.8-py2.py3-none-any.whl", hash = "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed"}, diff --git a/site/03-todo.md b/site/03-todo.md index 95e46a9..59024e8 100644 --- a/site/03-todo.md +++ b/site/03-todo.md @@ -13,9 +13,11 @@ - OS guides for CIFS - Local - Restore from backup +- Mission / values +- Synology +- EMVER, Deps Dev Docs # BLOCKED: -- Mission / values - Possible sounds in troubleshooting (and walkthrough?) - Alt Market Build Guide - Launch versioned site/docs to start9.com @@ -25,4 +27,11 @@ - Create badges for device guide topic boxes - Close all relevant issues (some await new processes in order to test) - Migrate from other server projects / nodes (currently punted) -- Breakout Bitcoin / Lightning integrations into their own individual pages \ No newline at end of file +- Breakout Bitcoin / Lightning integrations into their own individual pages + +Go to the Synology UI > Control Panel > Shared Folder > select the folder you want to use > Permissions tab > make sure that you have read/write permissions for the user you're going to be logging in as (probably unnecessary but I made a separate user for this to keep things segregated) > Save +Then go to the Synology UI > Control Panel > File Services > SMB Tab > Click the SMB drop down button if it isn't already selected > Ensure that "Enable SMB service" is checked. +Under Advanced Settings on the same dropdown I have "Min SMB protocol" set to SMB2 and "Max SMB protocol set to SMB3", I got the impression somewhere that it might be important but I don't know if those are default values or if they actually matter). +On the same dropdown, under "Note" will be "PC (Windows Explorer): \". This DeviceAddressName is the "Hostname" within the Embassy New Shared Folder dialog, and note that it is case sensitive and that the \ have been removed. +Go to Synology UI > File Station > navigate so that you can see the the desired destination folder > right click on it > Properties > General Tab, next to Location: will be an folder location of the format ///, the / portion (so without the volume label) is the "Path" within the Embassy New Shared Folder dialog. +Fill in the Username and Password appropriately for the previously checked user. diff --git a/site/source/service-packaging/advanced/dev-tools/embassy-sdk.rst b/site/source/service-packaging/advanced/dev-tools/embassy-sdk.rst index 042a05d..240ffe9 100644 --- a/site/source/service-packaging/advanced/dev-tools/embassy-sdk.rst +++ b/site/source/service-packaging/advanced/dev-tools/embassy-sdk.rst @@ -40,4 +40,4 @@ You can enter ``embassy-sdk help`` or ``embassy-sdk