dnf install i3
echo "exec i3" > ~/.xinitrc
# docker network create nextcloud | |
NOTES: | |
1. [email protected] | |
2. TRUSTED_PROXIES values based on your 'nexcloud network' | |
3. remove traefik.http.middlewares.nextcloud.headers.contentSecurityPolicy and | |
traefik.http.middlewares.nextcloud.headers.customFrameOptionsValue if you don't want to allow iframe your domain | |
3 | |
# cat docker-compose.yml |
git clone https://github.com/theforeman/foreman_remote_execution /home/vagrant/foreman_remote_execution | |
echo "gem 'foreman_remote_execution', :path => '/home/vagrant/foreman_remote_execution'" >> /home/vagrant/foreman/bundler.d/Gemfile.local.rb | |
cd /home/vagrant/foreman | |
bundle install | |
rake db:migrate | |
rake db:seed | |
npm install | |
# restart rails server |