1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1780 from mitra42/mitra

Mitra
This commit is contained in:
A Holt 2019-06-28 07:05:35 -04:00 committed by GitHub
commit 62ccbd35f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -58,13 +58,14 @@ first time, refresh after a little while and most should appear.
## Administration ## Administration
Administration is carried out through the same User Interface as browsing. Administration is carried out mostly through the same User Interface as browsing.
Access [http://localhost:4244/local](http://localhost:4244/local) to see a Access [http://box.lan:4244/local](http://box.lan:4244/local) to see a
display of local content, this interface is under development and various admin display of local content, this interface is under development and various admin
tools will be added here. *At some point this will become the default page*. tools will be added here. Unless your box has been configured differently this
should also be the page you get at [http://box.lan:4244/local](http://box.lan:4244/local).
Access [http://localhost:4244](http://localhost:4244) to get the Internet Access [http://box.lan:4244/home](http://box.lan:4244/home) to get the Internet
Archive main interface if connected to the net. Archive main interface if connected to the net.
While viewing an item or collection, the "Crawl" button in the top bar While viewing an item or collection, the "Crawl" button in the top bar

View file

@ -5,7 +5,7 @@ After=network-online.target
[Service] [Service]
Type=simple Type=simple
WorkingDirectory={{ internetarchive_dir }}/node_modules/@internetarchive/dweb-mirror WorkingDirectory={{ internetarchive_dir }}/node_modules/@internetarchive/dweb-mirror
ExecStart=/usr/bin/node ./internetarchive -s ExecStart=/usr/bin/node ./internetarchive -sc
Restart=always Restart=always
RestartSec=10 RestartSec=10
StandardOutput=syslog StandardOutput=syslog