You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Would be nice to automate smb-share for input from network. Found it in another documentation, and thats a really good way, to give non technicians an easy option to import beside the webinterface.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to automate smb-share for input from network. Found it in another documentation, and thats a really good way, to give non technicians an easy option to import beside the webinterface.
apt install samba -y
adduser paperless
sudo usermod -aG paperless
sudo smbpasswd -a paperless
vi /etc/samba/smb.conf -> replace complete Share Definitions with
Beta Was this translation helpful? Give feedback.
All reactions