wikis Search Results · repo:svandragt/lamb language:Dockerfile
Filter by
13 results
(182 ms)13 results
insvandragt/lamb (press backspace or delete to remove)Setup Install ddev, if you haven't. Make sure the tool's installed, then it will install prerequisites: ddev start # Run lamb - Change `hackme` to something more secure, this is the `/login` password! ...
- Last updated on Oct 18
Cross-posting From Feeds Lamb can be setup with a network of feeds so that external content is periodically cross-posted to your blog. Although each blog supports only one author, there is no limit to ...
- Last updated on Oct 18
Cross-posting From Feeds Lamb can be setup with a network of feeds so that external content is periodically cross-posted to your blog. Although each blog supports only one author, there is no limit to ...
- Last updated on Oct 18
There are two kinds of posts: Status The default, add some words into the textarea and press the publish button. Any markdown is valid. Any tags are automatically linked to tag archives. Permalinks for ...
- Last updated on Oct 18
Lamb support menu items through the src/config.ini configuration file, in a section called menu_items: # Example src/config.ini [menu_items] Home = ?home About me = about-me View Source = https://github.com/svandragt/lamb ...
- Last updated on Oct 18
Lamb does not need a configuration file, it will run happily without it. It does provide a config.default.ini for you to use as a starting point, simply copy it to src/config.ini and adjust as needed. ...
- Last updated on Oct 18
NGINX configuration Copy the files in the site-available and snippets into the respective directories. The fastcgi and php configuration files might already exist on the system, in which case you can use ...
- Last updated on Oct 18
Docker The only requirement in this case is a working Docker setup! Setup $ cd .docker # Bring up the application $ docker compose up --build -d # To enable the admin role, generate a password hash. Replace ...
- Last updated on Oct 18
Caddy configuration A working Caddyfile is provided in the project root. PHP-FPM The data and src/assets directory must be writable by the user php-fpm runs under, this is usually www-data: sudo chown ...
- Last updated on Oct 18
Lamb comes with two built in themes: default and 2024. I'm not a designer. Default is a traditional blog theme 2024 is a more open modern theme. It's build on top of default. To switch between ...
- Last updated on Oct 18