-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed 'safe' keyword to 'xor' for direct XOR address downloads - Improved path handling logic to allow either proxy autonomi addresses (site.autonomi) or direct addresses (localhost/site) - Tidied up error responses and logging - Improved archive handling - Loads DNS records on startup - Updates documentation and sample app-conf.json - Disables app-conf.json lookup until it can be tested again (it just slows down responses atm)
- Loading branch information
Showing
5 changed files
with
275 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"imim": { | ||
"name": "Traktion Blog", | ||
"articles": [ | ||
"safe-network-the-journey-to-digital-freedom", | ||
"the-clean-green-immutable-dream", | ||
"blogging-with-imim-and-safe-network" | ||
] | ||
}, | ||
"routeMap": { | ||
"": "index.html", | ||
"blog/*": "index.html", | ||
"blog/*/article/*": "index.html" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.