Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
89aef0434e |
38
DevOps/syncthing.md
Normal file
38
DevOps/syncthing.md
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2023-11-10T16:21:17.756Z"
|
||||
updated: "2023-11-10T16:21:23.300Z"
|
||||
---
|
||||
|
||||
# Syncthing
|
||||
|
||||
* Download from https://nssm.cc/download
|
||||
* Download from https://syncthing.net/downloads
|
||||
* Extract syncthing-windows-amd64-v1.26.0.zip
|
||||
* Extract nssm-2.24.zip
|
||||
* Replace {user} with you windows user name in all the commands below
|
||||
|
||||
```bash
|
||||
mkdir %localappdata%/IFXApps
|
||||
move "C:\Users\{user}\Downloads\syncthing-windows-amd64-v1.26.0\syncthing-windows-amd64-v1.26.0" %localappdata%/IFXApps
|
||||
move "C:\Users\{user}\Downloads\nssm-2.24\nssm-2.24" %localappdata%/IFXApps
|
||||
```
|
||||
|
||||
```bash Administrator
|
||||
cd "C:\Users\{user}\AppData\Local\IFXApps\nssm-2.24\win64"
|
||||
nssm.exe install Syncthing
|
||||
```
|
||||
|
||||
```conf NSSM
|
||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0\syncthing.exe
|
||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0
|
||||
--no-restart --no-browser --home="C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0"
|
||||
```
|
||||
|
||||
* Using services.msc change service to run as your infineon account and automatic delay
|
||||
* Restart Syncthing service
|
||||
* Look in log file under %localappdata%/IFXApps for http port for web gui
|
||||
* Open http address to setup Syncthing and open identity windows to allow phone to scan QRCode
|
||||
* Install https://apps.apple.com/us/app/m%C3%B6bius-sync/id1539203216 on iPhone
|
||||
* Install https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid&hl=en&gl=US on android
|
||||
* Open app and click add remote button at bottom to scan QRCode from PC
|
@ -1,24 +0,0 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2023-11-08T00:43:44.751Z"
|
||||
updated: "2023-11-08T01:19:30.097Z"
|
||||
---
|
||||
|
||||
# URL Table
|
||||
|
||||
| LUY | Server | .net6.0 > | Name | Filter List | CI / CD | GoTo Entries | DNS Entries | Baselines Link Management Entries |
|
||||
| ------------------------ | ---------- | --------- | ---------------------------- | ----------- | ------- | --------------------- | -------------------------------------------------------------------- | --------------------------------- |
|
||||
| EAF | messa08ec | Yes | EAF | EAF | Yes | SiRaw<br>TencorPrint | eaf-prod | |
|
||||
| EAF | mestsa003 | No | EAF Dev | | Yes | FI-Backlog-Mesa | eaf-dev | |
|
||||
| Fab Approval System | messa016ec | No (v4.8) | Mesa Approval | ? | Yes | MesaApproval | MesaApproval | Mesa Approval |
|
||||
| Fab Approval System | mestsa05ec | No (v4.8) | Mesa Approval Test | ? | Yes | MesaApproval-Test | MesaApproval-Test | |
|
||||
| FabTime | messa004 | ? | FabTime | | N / A | | | FabTime |
|
||||
| OI Metrology Viewer | messa010ec | Yes | OI Metrology Viewer | Metrology | Yes | OIMetrologyViewer | ECWebApps<br>oi-metrology-viewer-prod<br>oi-metrology-viewer-archive | OI Metrology Viewer |
|
||||
| OpenInsight Web Services | messa014 | Yes | OIWizard | | Yes | OIWizard | | |
|
||||
| OpenInsight Web Services | messa020ec | Yes | Mesa Reporting Services | Reporting | Yes | MesaReportingServices | MesaReportingServices-Prod | |
|
||||
| OpenInsight Web Services | messa020ec | No (cgi) | OI API | ? | N / A | | oi-prod-ec-api | |
|
||||
| OpenInsight Web Services | mestsa008 | Yes | Mesa Makeup Inventory Report | | Yes | MesaMuInvReport | | |
|
||||
| OpenInsight Web Services | mestsa008 | Yes | Mesa SSR Report | | Yes | MesaSSRReport | | |
|
||||
| OpenInsight Web Services | ? | Yes | 311 Form | ? | ? | | | |
|
||||
| LUY | Server | S | Name | Filter | CI | GoTo | DNS | Baselines |
|
||||
| LUY | Server | S | Name | Filter | CI | GoTo | DNS | Baselines |
|
Reference in New Issue
Block a user