reverse proxy
<Location /dir> ProxyPass http://127.0.0.1:port/ ProxyPassReverse http://127.0.0.1:port/ Require all granted </Location>
xorg-server, xf86-video-*, lemurs, i3-wm, i3lock, i3status, xss-lock, dmenu, dunst, lxrandr, rxvt-unicodefeh, viewnior, scrot, flameshotpipewire, pipewire-pulse, pavucontrol, bluemanopenssh, rsync, lighttpd, chromiumgit (VCS)cups (Print)lxsession-gtk3/lxpolkit (polkit)pcmanfm-gtk3, gvfs, udisks2, xarchiver, zip, unzipconky (System monitor)base-devel (AUR)pacman-contribblacklist elan_i2ccd RepoA (1) git checkout master (2) git pull (3) git checkout -b prepare_monorepo (4) mkdir -p repo-a (5) shopt -s extglob (6) git mv -k !(repo-a) repo-a (7) shopt -u extglob git rm -f --ignore-unmatch .gitattibutes (8) git rm -f --ignore-unmatch .gitignore (8) git rm -f --ignore-unmatch .editorconfig (8) git commit -m "Preparing for monorepo merge" (9)
cd ../MonoRepo (1) git remote add -f RepoA ../RepoA (2) git merge -m "Integrating RepoA" RepoA/prepare_monorepo --allow-unrelated-histories (3) git remote rm RepoA (4) git push (5)
cd ../RepoA git checkout --force master git branch -D prepare_monorepo cd ../
Now repeat all the steps for RepoB!
Sumber: jdriven.com/blog/2021/04/How-to-merge-multiple-git-repositories
<b:if cond='data:blog.pageType == "item"'>
<b:loop values='data:post.labels' var='label'>
<div class='breadcrumb'>
<a expr:href='data:label.url'><data:label.name/></a>
</div>
<b:if cond='not data:label.isLast'>/</b:if>
</b:loop>
</b:if>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<!--h3 class='post-title entry-title' itemprop='name'-->
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<h3 class='post-title entry-title' itemprop='name'><a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a></h3>
<b:else/>
<h1 class='post-title entry-title' itemprop='name'><data:post.title/></h1>
</b:if>
<!--/h3-->
</b:if>