Plugin
Static File Server
Elias Sundqvist4.6k
Host subfolders as static file servers.
- Overview
- Updates
- Privacy
Host Obsidian subfolders as static file servers. Access your vault files from other applications and embed websites that work offline or have CORS issues. Configure the folder name and port number in settings to display files in an iframe.
Obsidian Static File Server
This is a plugin for Obsidian (https://obsidian.md).
It allows you to host obsidian subfolders as static file servers.
Why?
There are a number of reasons why one might want to do this
- Embed websites in your vault that work offline
- Embed websites with CORS issues
- Access your vault files from other applications
Demonstration

Getting Started
- Install the plugin
- Make a folder in your vault
- Put some files in the folder
- Open
Static File Server Settingsand enter the name of the folder and a port number. - You can now display the files in an iframe
- For example, a file called
example.htmlcould be accessed with<iframe src="http://localhost:1337/example.html"/>
- For example, a file called
FAQ
Contributing
Feel free to contribute.
You can create an issue to report a bug, suggest an improvement for this plugin, ask a question, etc.
You can make a pull request to contribute to this plugin development.
Changelog
0.0.4 (2021-06-08) Minor Bug fix
- Hopefully resolved issue #1. Ports are now always validated before the servers are started.
0.0.3 (2021-05-04) Minor fixes
- Fix various issues mentioned by lishind in (this the community plugin list PR)[https://github.com/obsidianmd/obsidian-releases/pull/304#issuecomment-846665181]
- Remove error logging (error messages can still be found in the network tab of developer tools.)
0.0.2 (2021-05-04) Fixed misleading setting placeholder
- The folder path should not be prefixed with a
/. Changed the placeholder frome.g. /somepathtoe.g. FolderName
0.0.1 (2021-05-04) First Release
- Basic functionality of the plugin implemented
License
Obsidian Static File Server is licensed under the GNU AGPLv3 license. Refer to LICENSE for more information.
Created
May 17, 2021
Last updated
Jan 20, 2023
Updates
4 releases
Downloads
4.6k
Compatible with
0.9.12+
License
AGPL-3.0