Update docker/resume/stories/scansnap-webdav.html
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2025-10-19 17:03:49 -04:00
parent bb48db67e7
commit fa41ef711f
1 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
<p> <p>
For buildersclub.ca members, I created a simple web file server where the ScanSnap scanner can send documents directly. 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. 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> </p>
<div class="highlight-box"> <div class="highlight-box">
@ -48,7 +48,7 @@
<li><strong>Zero Maintenance:</strong> No user management required</li> <li><strong>Zero Maintenance:</strong> No user management required</li>
</ul> </ul>
<p class="highlight-note"> <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> </p>
</div> </div>
</section> </section>
@ -60,7 +60,7 @@
<ol> <ol>
<li>Connect to the clubhouse network</li> <li>Connect to the clubhouse network</li>
<li>Press Command+K in Finder</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>Click "Connect"</li>
<li>The scanner folder appears in Finder</li> <li>The scanner folder appears in Finder</li>
</ol> </ol>
@ -69,10 +69,10 @@
<ol> <ol>
<li>Connect to the clubhouse network</li> <li>Connect to the clubhouse network</li>
<li>Open File Explorer</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>Press Enter</li>
<li>The scanner folder appears in File Explorer</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> </ol>
<h3>Scanning Process</h3> <h3>Scanning Process</h3>
@ -114,7 +114,7 @@
<ul> <ul>
<li><a href="../index.html">← Back to Portfolio</a></li> <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><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> </ul>
</div> </div>
</div> </div>