- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 13 2023
May 12 2023
To restore Mumble jail:
- boot Thrayce (172.27.27.14)
- zfs import arcology if needed (kldload opensolaris and kldload zfs if ZFS isn't available at boot)
- Mumble jail is available at /usr/local/jails/mumble.nasqueron.org
To restore FTP content:
- boot Thrayce (172.27.27.14)
- zfs import arcology if needed (kldload opensolaris and kldload zfs if ZFS isn't available at boot)
- FTP content will be available at /usr/local/jails/ftp.nasqueron.org/var/ftp
Snapshots work fine:
items()
/datacube subdirs are correctly no-op:
Restore {{ tank }}/datacube
Remove test section
The portsearch database seems to work despite that issue, so decreasing the priority.
May 11 2023
So, one of the best candidate from the brainstorming is ServPulse.
According https://imagemagick.org/script/porting.php:
Fix indent
Respect wgNamespacesToBeSearchedDefault syntax
+wgNamespacesToBeSearchedDefault
Fix syntax error
May 9 2023
Imported from https://github.com/nasqueron/docker-openfire/pull/4
3.4.8 disabled this possibility, #11431 - Disallow changing custom field type after creation
May 8 2023
In T1843#26693, @dereckson wrote:CSS
Most Nasqueron projects use Foundation as CSS framework, and that's convenient to get for example our standard footer.
How to integrate Vue and Foundation?
I've noticed there is a project to ease development of components, vue-foundation, it offers Vue components for most used Foundation widgets, see https://vue-foundation.github.io/vue-foundation/ for a demo.
Those components are available at https://github.com/vue-foundation/vue-foundation/tree/master/src/components but there are 6 years old, so double check it against Vue syntax and against current Foundation framework syntax.
I generally start from this template to build static sites, what is great with this approach is you can easily customize the SCSS code to build your CSS + it automates tasks like webpack / minimizing / adding -moz -webkit and other prefix for custom features.
Decreasing priority as we've assigned a direct IP to web-001 without any need to use router-001.
Blocked by T1859 change.
To update the type on NetBox is tricky: if we move from object to multiple object, the database isn't updated, so it generates an integer the isn't iterable (object id -> list of object ids).