diff --git a/roles/internetarchive/README.md b/roles/internetarchive/README.md index d9b5dd744..c440ca9b0 100644 --- a/roles/internetarchive/README.md +++ b/roles/internetarchive/README.md @@ -58,13 +58,14 @@ first time, refresh after a little while and most should appear. ## 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 -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. While viewing an item or collection, the "Crawl" button in the top bar diff --git a/roles/internetarchive/templates/internetarchive.service.j2 b/roles/internetarchive/templates/internetarchive.service.j2 index 09fb70aae..ad87cf778 100644 --- a/roles/internetarchive/templates/internetarchive.service.j2 +++ b/roles/internetarchive/templates/internetarchive.service.j2 @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=simple WorkingDirectory={{ internetarchive_dir }}/node_modules/@internetarchive/dweb-mirror -ExecStart=/usr/bin/node ./internetarchive -s +ExecStart=/usr/bin/node ./internetarchive -sc Restart=always RestartSec=10 StandardOutput=syslog