Update docker/resume/stories/scansnap-webdav.html
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
bb48db67e7
commit
fa41ef711f
|
@ -35,7 +35,7 @@
|
|||
<p>
|
||||
For buildersclub.ca members, I created a simple web file server where the ScanSnap scanner can send documents directly.
|
||||
This makes digitizing receipts and documents fast and easy, with no special software required.
|
||||
The service is available at <a href="http://192.168.0.119:9876" target="_blank">http://192.168.0.119:9876</a> on the clubhouse network.
|
||||
The service is available at <a href="http://192.168.1.119:9876" target="_blank">http://192.168.1.119:9876</a> on the clubhouse network.
|
||||
</p>
|
||||
|
||||
<div class="highlight-box">
|
||||
|
@ -48,7 +48,7 @@
|
|||
<li><strong>Zero Maintenance:</strong> No user management required</li>
|
||||
</ul>
|
||||
<p class="highlight-note">
|
||||
<strong>Access URL:</strong> <a href="http://192.168.0.119:9876" target="_blank">http://192.168.0.119:9876</a> (clubhouse network only)
|
||||
<strong>Access URL:</strong> <a href="http://192.168.1.119:9876" target="_blank">http://192.168.1.119:9876</a> (clubhouse network only)
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<ol>
|
||||
<li>Connect to the clubhouse network</li>
|
||||
<li>Press Command+K in Finder</li>
|
||||
<li>Enter <code>http://192.168.0.119:9876</code></li>
|
||||
<li>Enter <code>http://192.168.1.119:9876</code></li>
|
||||
<li>Click "Connect"</li>
|
||||
<li>The scanner folder appears in Finder</li>
|
||||
</ol>
|
||||
|
@ -69,10 +69,10 @@
|
|||
<ol>
|
||||
<li>Connect to the clubhouse network</li>
|
||||
<li>Open File Explorer</li>
|
||||
<li>Click in the address bar and enter <code>\\192.168.0.119@9876</code></li>
|
||||
<li>Click in the address bar and enter <code>\\192.168.1.119@9876</code></li>
|
||||
<li>Press Enter</li>
|
||||
<li>The scanner folder appears in File Explorer</li>
|
||||
<li>Alternatively, you can use "Map Network Drive" and enter <code>\\192.168.0.119@9876</code> as the folder</li>
|
||||
<li>Alternatively, you can use "Map Network Drive" and enter <code>\\192.168.1.119@9876</code> as the folder</li>
|
||||
</ol>
|
||||
|
||||
<h3>Scanning Process</h3>
|
||||
|
@ -114,7 +114,7 @@
|
|||
<ul>
|
||||
<li><a href="../index.html">← Back to Portfolio</a></li>
|
||||
<li><a href="https://buildersclub.ca" target="_blank" rel="noopener noreferrer">buildersclub.ca</a></li>
|
||||
<li><strong>Scanner Access:</strong> <a href="http://192.168.0.119:9876" target="_blank">http://192.168.0.119:9876</a> (clubhouse network)</li>
|
||||
<li><strong>Scanner Access:</strong> <a href="http://192.168.1.119:9876" target="_blank">http://192.168.1.119:9876</a> (clubhouse network)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue