mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
488ccf6b20
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue